commit | 708242d599cad926dc37637b04e0a71711271a17 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Thu Mar 27 18:57:17 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 27 18:57:17 2014 +0000 |
tree | 46b9515cc3d21457b94c111cf55b37a9a960dd51 | |
parent | 007faa43cf380013e2510363b707e46884f1466c [diff] | |
parent | 01f11b2aa94a3af580b27afc93046601d9f11ab9 [diff] |
Merge "Increase the maximum javac heap size."
diff --git a/core/combo/javac.mk b/core/combo/javac.mk index cc2c872..8c24e4b 100644 --- a/core/combo/javac.mk +++ b/core/combo/javac.mk
@@ -27,7 +27,7 @@ COMMON_JAVAC := development/host/windows/prebuilt/javawrap.exe -J-Xmx256m \ $(common_flags) else - COMMON_JAVAC := $(JAVACC) -J-Xmx512M $(common_flags) + COMMON_JAVAC := $(JAVACC) -J-Xmx768M $(common_flags) endif # Eclipse.