Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-07-30 11:16:24 +0300
committerStefan Niedermann <info@niedermann.it>2021-07-30 11:16:24 +0300
commit92163f1c2a007ee594c04cddad1d0c508f8d9eda (patch)
tree0e9d43f6094435d8a6fbdc04c9a4ea39737e41b7 /gradle.properties
parent21734c8178079a2b5b4ee009ad63f1f65387c052 (diff)
Increase available RAM for JVM to 4 GB
Signed-off-by: Stefan Niedermann <info@niedermann.it>
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 7f69adb8c..eab924acd 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -7,7 +7,7 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
android.useAndroidX=true
-org.gradle.jvmargs=-Xmx1536m
+org.gradle.jvmargs=-Xmx4096m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects