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

Unified Diff: sdk/bin/dartanalyzer

Issue 23361029: Polymer tests require more heap. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 months 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 | sdk/bin/dartanalyzer_developer » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/bin/dartanalyzer
diff --git a/sdk/bin/dartanalyzer b/sdk/bin/dartanalyzer
index 4ea86af0e6bd091a3345d244b3bce9c7f3c1c5d4..8a6a072ca990649348c1bd8c5a5317540a8eafc6 100755
--- a/sdk/bin/dartanalyzer
+++ b/sdk/bin/dartanalyzer
@@ -65,7 +65,7 @@ if [ "$OS" == "darwin" ] ; then
# Bump up the heap on Mac VMs, some of which default to 128M or less.
# Users can specify DART_JVMARGS in the environment to override this
# setting.
- EXTRA_JVMARGS+=" -Xmx256M -client "
+ EXTRA_JVMARGS+=" -Xmx512M -client "
else
# On other architectures
# -batch invocations will do better with a server vm
« no previous file with comments | « no previous file | sdk/bin/dartanalyzer_developer » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698