Merge "Increase the maximum javac heap size again."

This commit is contained in:
Ying Wang 2014-04-09 21:29:19 +00:00 committed by Gerrit Code Review
commit 1a4676a17c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ ifeq ($(BUILD_OS), windows)
COMMON_JAVAC := development/host/windows/prebuilt/javawrap.exe -J-Xmx256m \
$(common_flags)
else
COMMON_JAVAC := $(JAVACC) -J-Xmx768M $(common_flags)
COMMON_JAVAC := $(JAVACC) -J-Xmx1024M $(common_flags)
endif
# Eclipse.