From 92163f1c2a007ee594c04cddad1d0c508f8d9eda Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Fri, 30 Jul 2021 10:16:24 +0200 Subject: Increase available RAM for JVM to 4 GB Signed-off-by: Stefan Niedermann --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') 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 -- cgit v1.2.3