Skip to content
Snippets Groups Projects
Commit 7debef05 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Gradle: Increase heapSize, 2G are not enough

(cherry picked from commit 221e235e)
parent ed880261
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,4 @@ android.databinding.incremental=true
kapt.incremental.apt=true
kapt.use.worker.api=true
kapt.include.compile.classpath=false
org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
......@@ -17,7 +17,7 @@ android {
dexOptions {
maxProcessCount 8
javaMaxHeapSize "2g"
javaMaxHeapSize "4g"
preDexLibraries true
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment