| Index: compiler/scripts/dartc_test.sh
|
| diff --git a/compiler/scripts/dartc_test.sh b/compiler/scripts/dartc_test.sh
|
| index 8c31376737bdb8cb9081901c9af62508bda02ea4..d1e821309b3339e24feae0bdddff0d882ba9f121 100755
|
| --- a/compiler/scripts/dartc_test.sh
|
| +++ b/compiler/scripts/dartc_test.sh
|
| @@ -29,13 +29,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=-Xmx196M
|
| -if [ "$OS" == "mac" ] ; then
|
| - # Bump up the stack size for mac clients
|
| - EXTRA_JVMARGS+=" -Xss2M"
|
| -fi
|
| -
|
| -
|
| +EXTRA_JVMARGS="-Xmx196M -Xss2M"
|
|
|
| exec java $EXTRA_JVMARGS $DART_JVMARGS -ea -Dcom.google.dart.runner.d8="$D8_EXEC" \
|
| -Dcom.google.dart.runner.progname="$DART_SCRIPT_NAME" \
|
|
|