We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 565158c commit aa3c87aCopy full SHA for aa3c87a
gradle.properties
@@ -13,7 +13,7 @@ android.nonFinalResIds=false
13
14
15
# JVM arguments to optimize heap usage, enable heap dump on out-of-memory errors, and set the file encoding
16
-org.gradle.jvmargs=-Xmx2g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
+org.gradle.jvmargs=-Xmx6g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
17
org.gradle.dependency.verification.console=verbose
18
kotlin.daemon.jvmargs=-Xmx6144m -XX:+UseParallelGC
19
org.gradle.caching=true
0 commit comments