increase gradle jvm memory
This commit is contained in:
parent
d45c024143
commit
c46cff930c
1 changed files with 4 additions and 2 deletions
|
@ -9,9 +9,11 @@
|
|||
|
||||
# Specifies the JVM arguments used for the daemon process.
|
||||
# The setting is particularly useful for tweaking memory settings.
|
||||
# org.gradle.jvmargs=-Xmx4096m
|
||||
|
||||
org.gradle.jvmargs=-Xmx4096m
|
||||
|
||||
# use parallel execution
|
||||
org.gradle.parallel=true
|
||||
|
||||
android.enableJetifier=true
|
||||
android.useAndroidX=true
|
||||
org.gradle.parallel=true
|
||||
|
|
Loading…
Reference in a new issue