Skip to content

Commit 93ffce5

Browse files
CopilotTimInTech
andauthored
Fix documentation: correct JVM memory floor values (1024M/2048M) (#64)
* Initial plan * docs: fix JVM memory floor values in README (1024M/2048M) Co-authored-by: TimInTech <129355283+TimInTech@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: TimInTech <129355283+TimInTech@users.noreply.github.com>
1 parent 8982f0c commit 93ffce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ crontab -e
166166
### JVM memory (Java)
167167

168168

169-
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`.
169+
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`.
170170

171171
## Integrity & Firewall
172172

0 commit comments

Comments
 (0)