Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae674732 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Increase max heap size for javac to 2GB."

parents 7edc1183 a12d38a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ ifdef JAVAC_WRAPPER
endif

# Whatever compiler is on this system.
COMMON_JAVAC := $(JAVACC) -J-Xmx1024M $(common_jdk_flags)
COMMON_JAVAC := $(JAVACC) -J-Xmx2048M $(common_jdk_flags)

# Eclipse.
ifeq ($(CUSTOM_JAVA_COMPILER), eclipse)