From af0d8d1d2fe258ddc210cd589a908f6a99532d2f Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 11 Apr 2026 17:09:58 -0500 Subject: [PATCH] add default MC memory 6gb command arg --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1a7a04393..3844f270f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -49,4 +49,4 @@ versionStr= mcVer=26.1.0 # Defines the maximum amount of memory Minecraft is allowed when run in a development environment -#minecraftMemoryJavaArg="-Xmx4G" +minecraftMemoryJavaArg="-Xmx6G"