Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: compiler/scripts/dartc_test.sh

Issue 8800003: Fixes OOME for tests/co19/src/LibTest/core/List/sort/List_sort_A01_t06.dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/scripts/dartc_test.sh
diff --git a/compiler/scripts/dartc_test.sh b/compiler/scripts/dartc_test.sh
index 58be8a687c8a832ac0032780b3a53bb1c51bb4a9..8ee5691cbb3d3b70edadc1486a5ca27d846598d1 100755
--- a/compiler/scripts/dartc_test.sh
+++ b/compiler/scripts/dartc_test.sh
@@ -29,7 +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=-Xmx156M
+EXTRA_JVMARGS=-Xmx164M
exec java $EXTRA_JVMARGS $DART_JVMARGS -ea -Dcom.google.dart.runner.d8="$D8_EXEC" \
-Dcom.google.dart.runner.progname="$DART_SCRIPT_NAME" \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698