Skip to content

Commit cbe7e28

Browse files
committed
Increase default MEMORY_ALLOCATION from 1G to 2G
1 parent 67e59bf commit cbe7e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

minecraft-server

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
# Adjust below to match your system
1212
WORKDIR="/usr/local/minecraft-server"
13-
MIN_MEMORY_ALLOCATION="1G"
14-
MAX_MEMORY_ALLOCATION="1G"
13+
MIN_MEMORY_ALLOCATION="2G"
14+
MAX_MEMORY_ALLOCATION="2G"
1515

1616
# Additional Java flags recommended by Aikar: https://aikar.co/2018/07/02/tuning-the-jvm-g1gc-garbage-collector-flags-for-minecraft/
1717
# Modify as needed.

0 commit comments

Comments
 (0)