From aa5a10dcc787b9a601a0073963cf2628f0e1617d Mon Sep 17 00:00:00 2001 From: ThatGamerBlue Date: Sat, 27 Feb 2021 16:09:43 +0000 Subject: [PATCH] Update gradle.properties --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d34c6d562c..d9a66ae1c2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ org.gradle.warning.mode=all org.gradle.parallel=true org.gradle.console=rich org.gradle.configureondemand=true -org.gradle.jvmargs=-XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -Xmx4G