build: Increase heap size to mitigate OOM
This commit is contained in:
parent
8da05ab46d
commit
054cebdb6e
1 changed files with 5 additions and 4 deletions
|
|
@ -1,5 +1,6 @@
|
|||
org.gradle.parallel = true
|
||||
org.gradle.caching = true
|
||||
org.gradle.caching=true
|
||||
org.gradle.jvmargs=-Xms512M -Xmx2048M
|
||||
org.gradle.parallel=true
|
||||
android.useAndroidX=true
|
||||
kotlin.code.style = official
|
||||
version = 4.18.0-dev.6
|
||||
kotlin.code.style=official
|
||||
version=4.18.0-dev.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue