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 |