From 80e399393ad114ac93f3e305f73f86ea3cb1a637 Mon Sep 17 00:00:00 2001 From: Adolfo Santiago Date: Fri, 18 Feb 2022 21:21:18 +0100 Subject: [PATCH] Less ram --- husky/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/husky/gradle.properties b/husky/gradle.properties index 84e0f02..0e41b18 100644 --- a/husky/gradle.properties +++ b/husky/gradle.properties @@ -1,6 +1,6 @@ # Project-wide Gradle settings. # Put 4GiB of memory for Gradle -org.gradle.jvmargs = -Xmx4096m +org.gradle.jvmargs = -Xmx1536m # Parallel execution org.gradle.parallel = false # Disable Gradle daemon