| Index: sdk/bin/pub_sdk
|
| diff --git a/sdk/bin/pub_sdk b/sdk/bin/pub_sdk
|
| index ade058376f5b707c99faf2f040b89868bf84e69a..bf48a1654f01a5934fd1ca22465dc99ab6b75913 100755
|
| --- a/sdk/bin/pub_sdk
|
| +++ b/sdk/bin/pub_sdk
|
| @@ -26,10 +26,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"
|
|
|