Skip to content

Commit b3b5af9

Browse files
authored
build: increase JVM heap size (#472)
1 parent a4f7c55 commit b3b5af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
org.gradle.jvmargs=-XX:+UseG1GC -Xmx512m -XX:MaxMetaspaceSize=512m --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
1+
org.gradle.jvmargs=-XX:+UseG1GC -Xmx1g -XX:MaxMetaspaceSize=512m --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
22
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
33
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
44
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \

0 commit comments

Comments
 (0)