File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,16 +11,18 @@ android.nonTransitiveRClass=true
1111
1212
1313# JVM arguments to optimize heap usage, enable heap dump on out-of-memory errors, and set the file encoding
14- org.gradle.jvmargs =-Xmx6g -XX:+HeapDumpOnOutOfMemoryError - Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
14+ org.gradle.jvmargs =-Xmx3g - Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=512m
1515org.gradle.dependency.verification.console =verbose
16- kotlin.daemon.jvmargs =-Xmx6144m -XX:+UseParallelGC
16+ kotlin.daemon.jvmargs =-Xmx3g -XX:+UseParallelGC
1717org.gradle.caching =true
1818org.gradle.parallel =true
1919org.gradle.configureondemand =true
2020kapt.incremental.apt =true
2121org.gradle.daemon =true
2222org.gradle.configuration-cache =true
2323
24+ org.gradle.workers.max =4
25+
2426# automatically aded via AGP migration
2527# see https://developer.android.com/build/releases/agp-9-0-0-release-notes
2628# should be changed with https://github.com/nextcloud/android/issues/15993
You can’t perform that action at this time.
0 commit comments