Disable elective requestGarbageCollection calls to help with #9568.

This commit is contained in:
Ben Newman
2018-04-18 18:36:42 -04:00
parent c8fc62f37e
commit 90e4d7dc7b

1
meteor
View File

@@ -133,7 +133,6 @@ fi
# screw up their meteor installs by have a ~/node_modules
exec "$DEV_BUNDLE/bin/node" \
--expose-gc \
--max-old-space-size=4096 \
${TOOL_NODE_FLAGS} \
"$METEOR" "$@"