From 7b2c63d72342b4d4eee5cf103779124c44f59456 Mon Sep 17 00:00:00 2001 From: Chiping Yeh Date: Tue, 18 Aug 2026 15:41:52 -0400 Subject: [PATCH] update memory to 4gb --- Shrine/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shrine/gradle.properties b/Shrine/gradle.properties index 6976d891..76b6e343 100644 --- a/Shrine/gradle.properties +++ b/Shrine/gradle.properties @@ -9,7 +9,7 @@ # 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 # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit