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

github.com/stefan-niedermann/nextcloud-notes.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:00:09 +0300
committerStefan Niedermann <info@niedermann.it>2021-07-30 11:00:09 +0300
commit4f000750d4f6ce71a7896862068056dd65943765 (patch)
treefbf08b21387b7fc6dea827c324e59416ad5dc7b6 /gradle.properties
parent91055e57f390c40274511566fb347289e906b53f (diff)
Set jvmargs=-Xmx1536m
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties
index ccd5dda1..2ce91951 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -9,11 +9,12 @@
# 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
# Default value: -Xmx10248m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
# 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
-# org.gradle.parallel=true
-android.useAndroidX=true \ No newline at end of file
+# org.gradle.parallel=true \ No newline at end of file