mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 23:11:58 +03:00
increase org.gradle.jvmargs
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
565158cf7b
commit
aa3c87aa7a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,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.jvmargs=-Xmx6g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
|
||||
org.gradle.dependency.verification.console=verbose
|
||||
kotlin.daemon.jvmargs=-Xmx6144m -XX:+UseParallelGC
|
||||
org.gradle.caching=true
|
||||
|
|
Loading…
Reference in a new issue