Index: sdk/bin/pub |
diff --git a/sdk/bin/pub b/sdk/bin/pub |
index 8427727d00276e7dc4f55f890466421e1caf775b..1fd68647c4ce089c8526b396bf5a030f33d1f1d2 100755 |
--- a/sdk/bin/pub |
+++ b/sdk/bin/pub |
@@ -29,10 +29,6 @@ SNAPSHOT="$BIN_DIR/snapshots/pub.dart.snapshot" |
unset VM_OPTIONS |
declare -a VM_OPTIONS |
-# Give the VM extra memory for dart2js. |
-# TODO(rnystrom): Remove when #8355 is fixed. |
-VM_OPTIONS+=("--old_gen_heap_size=1024") |
- |
# Allow extra VM options to be passed in through an environment variable. |
if [[ $DART_VM_OPTIONS ]]; then |
read -a OPTIONS <<< "$DART_VM_OPTIONS" |