summaryrefslogtreecommitdiff
path: root/platform/android/java/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/java/gradle.properties')
-rw-r--r--platform/android/java/gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/java/gradle.properties b/platform/android/java/gradle.properties
index 2dc069ad2f..6b3b62a9da 100644
--- a/platform/android/java/gradle.properties
+++ b/platform/android/java/gradle.properties
@@ -12,7 +12,7 @@ android.useAndroidX=true
# 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=-Xmx4536m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit