diff --git a/android/gradle.properties b/android/gradle.properties index a8b05e6476..2f1a6c919a 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -10,7 +10,7 @@ # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. # Default value: -Xmx512m -XX:MaxMetaspaceSize=256m -org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:ThreadStackSize=4096 -XX:CompilerThreadStackSize=4096 # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit