From 4bb0e68d29de1ca9649d156083c13d41751285ec Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Thu, 18 Aug 2022 16:00:24 -0400 Subject: [PATCH] Set the gradle memory limit to 8GB. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a1e497292..046662eaf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,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=-Xmx12288m +org.gradle.jvmargs=-Xmx8196m # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects