From 94925f7e6780da06cc6d8fd4ea1b91374ea5999e Mon Sep 17 00:00:00 2001 From: Mario Duran Date: Sat, 28 Feb 2026 17:10:40 +0100 Subject: [PATCH] Reduce Gradle memory allocation from 2-4GB to 512MB-2GB --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e72ef751..644cf336 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -org.gradle.jvmargs=-Xms2G -Xmx4G -Dfile.encoding=UTF-8 --enable-native-access=ALL-UNNAMED +org.gradle.jvmargs=-Xms512M -Xmx2G -Dfile.encoding=UTF-8 --enable-native-access=ALL-UNNAMED org.gradle.parallel=true android.useAndroidX=true kotlin.code.style=official