Skip to content

Commit c3f94f5

Browse files
committed
0 - Increase gradle’s Xmx to 4096m
1 parent e8feff6 commit c3f94f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAME
1919
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
2020
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
2121
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
22-
-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dfile.encoding=UTF-8
22+
-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dfile.encoding=UTF-8
2323

2424
## When configured, Gradle will run in incubating parallel mode.
2525
## This propertyOption should only be used with decoupled projects. More details, visit

0 commit comments

Comments
 (0)