| Index: sdk/bin/dartanalyzer_developer
|
| diff --git a/sdk/bin/dartanalyzer_developer b/sdk/bin/dartanalyzer_developer
|
| index 1e95873d1382accb09696d8d362625af1e301518..5639355e16fd89d68c6820922a0216e22b0f6efa 100755
|
| --- a/sdk/bin/dartanalyzer_developer
|
| +++ b/sdk/bin/dartanalyzer_developer
|
| @@ -54,7 +54,7 @@ EXTRA_JVMARGS="-Xss2M "
|
| OS=`uname | tr "[A-Z]" "[a-z]"`
|
| if [ "$OS" == "darwin" ] ; then
|
| # Bump up the heap on Mac VMs, some of which default to 128M or less.
|
| - EXTRA_JVMARGS+=" -Xmx256M -client "
|
| + EXTRA_JVMARGS+=" -Xmx512M -client "
|
| else
|
| # On other architectures
|
| # -batch invocations will do better with a server vm
|
|
|