| Index: compiler/scripts/dartc_test.sh
|
| diff --git a/compiler/scripts/dartc_test.sh b/compiler/scripts/dartc_test.sh
|
| index 94112b0380eb76073888f6c0fdaac501944f1187..4722954c215a91001f3bc4000f4ef1cd452ec3cb 100755
|
| --- a/compiler/scripts/dartc_test.sh
|
| +++ b/compiler/scripts/dartc_test.sh
|
| @@ -31,7 +31,7 @@ fi
|
| # On some system, the heap dynamically sizes to > 1GB.
|
| # Users can specify DART_JVMARGS in the environment to override
|
| # these settings.
|
| -EXTRA_JVMARGS="-Xmx272M -Xss2M"
|
| +EXTRA_JVMARGS="-Xmx256M -Xss2M"
|
|
|
| exec java $EXTRA_JVMARGS $DART_JVMARGS -ea -Dcom.google.dart.runner.d8="$D8_EXEC" \
|
| -Dcom.google.dart.runner.progname="$DART_SCRIPT_NAME" \
|
|
|