You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When barback is run via "pub build" or "pub serve", it will attempt to run all applicable transformers. This can cause problematic memory consumption for large projects, especially when using heavyweight transformers like dart2js in projects with many applicable files. Barback should limit its transformer usage to avoid running out of memory.
The text was updated successfully, but these errors were encountered:
<img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="96" height="96"hspace="10"> Issue by nex3
Originally opened as dart-lang/sdk#14320
When barback is run via "pub build" or "pub serve", it will attempt to run all applicable transformers. This can cause problematic memory consumption for large projects, especially when using heavyweight transformers like dart2js in projects with many applicable files. Barback should limit its transformer usage to avoid running out of memory.
The text was updated successfully, but these errors were encountered: