We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5af1f1 commit 7ed3ce9Copy full SHA for 7ed3ce9
gradle.properties
@@ -1,6 +1,6 @@
1
# Specifies the JVM arguments used for the daemon process.
2
# The setting is particularly useful for tweaking memory settings.
3
-org.gradle.jvmargs=-Xmx1G -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError
+org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1024m -XX:ThreadStackSize=4096 -XX:CompilerThreadStackSize=4096 -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError
4
5
org.gradle.caching=false
6
0 commit comments