mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 06:51:55 +03:00
increase kotlin.daemon.jvmargs due to failed build variants test
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
077ff6ad58
commit
aa5a196961
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ android.nonFinalResIds=false
|
|||
# JVM arguments to optimize heap usage, enable heap dump on out-of-memory errors, and set the file encoding
|
||||
org.gradle.jvmargs=-Xmx2g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
|
||||
org.gradle.dependency.verification.console=verbose
|
||||
kotlin.daemon.jvmargs=-Xmx3072m
|
||||
kotlin.daemon.jvmargs=-Xmx6144m
|
||||
org.gradle.caching=true
|
||||
org.gradle.parallel=true
|
||||
org.gradle.configureondemand=true
|
||||
|
|
Loading…
Reference in a new issue