From 49039f31d6c190fd09709b62942db5a254acbb19 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 23 Nov 2025 10:55:36 +0000 Subject: [PATCH 1/2] Initial plan From 943838d2785125abd4f27882aa62822b589db710 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 23 Nov 2025 11:00:03 +0000 Subject: [PATCH 2/2] docs: fix JVM memory floor values in README (1024M/2048M) Co-authored-by: TimInTech <129355283+TimInTech@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bfd40e..f6e4958 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ crontab -e ### JVM memory (Java) -The installer sets `Xms ≈ RAM/4` and `Xmx ≈ RAM/2` with floors `256M/448M` and an `Xmx` cap of `≤16G`. Override in `/opt/minecraft/start.sh`. +The installer sets `Xms ≈ RAM/4` and `Xmx ≈ RAM/2` with floors `1024M/2048M` and an `Xmx` cap of `≤16G`. Override in `/opt/minecraft/start.sh`. ## Integrity & Firewall