From 5144e34c702abaa0846b517b867612041eb13f1b Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sat, 27 Jan 2024 19:51:48 +0100 Subject: [PATCH] i am stupid i am stupid i am stupid i am stupid --- config.example.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.example.env b/config.example.env index d60797c..0b49615 100644 --- a/config.example.env +++ b/config.example.env @@ -29,16 +29,16 @@ MCSD_AUTO_RESTART=true ################# # Memory limits # ################# -# MIN_MEMORY +# MEMORY_MIN ## The minimum amount of memory Minecraft uses ## Set this to $MCSD_MEMORY_MAX if you want maximum performance MCSD_MEMORY_MIN=2048M -# MAX_MEMORY +# MEMORY_MAX ## The maximum amount of memory Minecraft should use ## Note: The java process WILL use more memory than you specify here, ## as the JVM does not include itself in this limit here. -MCSD_MAX_MEMORY=2048M +MCSD_MEMORY_MAX=2048M ######## # Java #