From d217fe6969ddd763c5d909d7bb576e0b21b85fcc Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Tue, 30 Apr 2024 01:03:12 +0200 Subject: [PATCH] Simply switch it around --- config.example.env | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.example.env b/config.example.env index aad2ec4..160fa7f 100644 --- a/config.example.env +++ b/config.example.env @@ -25,17 +25,17 @@ MCSD_CLEAN_LOGS=true ################# # Memory limits # ################# -# MEMORY_MIN -## The minimum amount of memory Minecraft uses -## Set this to $MCSD_MEMORY_MAX if you want maximum performance -MCSD_MEMORY_MIN=2048M - # 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_MEMORY_MAX=2048M +# MEMORY_MIN +## The minimum amount of memory Minecraft uses +## Set this to $MCSD_MEMORY_MAX if you want maximum performance +MCSD_MEMORY_MIN=2048M + ######## # Java # ########