From 403da4582ae811b9b5868de2d5325d36bf828a22 Mon Sep 17 00:00:00 2001 From: Marco Romano Date: Fri, 18 Aug 2023 10:29:25 +0200 Subject: [PATCH] org.gradle.jvmargs=-Xmx4g (#1087) I have to do it locally every time i checkout a branch. Perhaps it's best if we push this to origin. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 01bd6b9597..6f311e45ef 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,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=-Xmx2048m -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8 # AndroidX package structure to make it clearer which packages are bundled with the # Android operating system, and which are packaged with your app"s APK