Increase gradle/java heap size to fix fdroid build again

Was 4G before merge, upstream changed from 2G to 3G, which still seems
too small.

Change-Id: I1a9f334a1ea991e9c2d27950a37504e68fee87d2
This commit is contained in:
SpiritCroc 2021-09-29 10:32:51 +02:00
parent c53267cfce
commit f167a00921
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
# The setting is particularly useful for tweaking memory settings. # The setting is particularly useful for tweaking memory settings.
# Build Time Optimizations # Build Time Optimizations
org.gradle.jvmargs=-Xmx3g -Xms512M -XX:MaxPermSize=2048m -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC org.gradle.jvmargs=-Xmx4g -Xms512M -XX:MaxPermSize=2048m -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC
org.gradle.configureondemand=true org.gradle.configureondemand=true
org.gradle.parallel=true org.gradle.parallel=true
org.gradle.vfs.watch=true org.gradle.vfs.watch=true