We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8feff6 commit c3f94f5Copy full SHA for c3f94f5
gradle.properties
@@ -19,7 +19,7 @@ org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAME
19
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
20
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
21
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
22
- -Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dfile.encoding=UTF-8
+ -Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dfile.encoding=UTF-8
23
24
## When configured, Gradle will run in incubating parallel mode.
25
## This propertyOption should only be used with decoupled projects. More details, visit
0 commit comments