mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Disable programmatic garbage collection for now.
Although this flag allows the build process to be more aggressive about collecting garbage, it has also been a source of several problems in Meteor 1.5.2 and Node 4.8.4, from increased segmentation faults during garbage collection to extreme slowness in rebuilding local packages. We still use this flag in the Meteor 1.6 betas, where it appears to cause no problems. For Meteor 1.5.x, however, I think we need to prioritize development reliability over memory efficiency, for now. Fixes #8648. Fixes #9094.
This commit is contained in: