From f7e0f196e10b7dcbe13424d76541aa7bdf4f3f84 Mon Sep 17 00:00:00 2001 From: Wojciech Lewicki Date: Thu, 6 Feb 2025 14:33:59 -0800 Subject: [PATCH] feat: bump jvm heap memory size --- android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle.properties b/android/gradle.properties index 038fb5c392e8..86ac4622e711 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -10,7 +10,7 @@ # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. # Default value: -Xmx512m -XX:MaxMetaspaceSize=256m -org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=512m +org.gradle.jvmargs=-Xmx8g -XX:MaxMetaspaceSize=2048m # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit