summaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2023-02-22 11:43:15 -0300
committerTorsten Grote <t@grobox.de>2023-02-22 11:43:15 -0300
commitf5213b24d337a4df9e8f56d6b2e5a2c02a909bb4 (patch)
tree1a6f40b6a02e8b02cf71a000f559f1cd22fb37ee /gradle.properties
parentdfaf852dad332643f9e78556115a8fbb029a6fce (diff)
downloadtaler-android-f5213b24d337a4df9e8f56d6b2e5a2c02a909bb4.tar.gz
taler-android-f5213b24d337a4df9e8f56d6b2e5a2c02a909bb4.tar.bz2
taler-android-f5213b24d337a4df9e8f56d6b2e5a2c02a909bb4.zip
Give gradle more memory, because CI saw OOM errors
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index 8a57460..5804e8b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -6,7 +6,7 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
-org.gradle.jvmargs=-Xmx1536m
+org.gradle.jvmargs=-Xmx4096m
org.gradle.configureondemand=true
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit