Moved server options below the settings section
This commit is contained in:
parent
0683e98cdf
commit
a51e3e777d
8
start.sh
8
start.sh
@ -34,15 +34,15 @@ select_build=""
|
||||
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! #
|
||||
mem="2000M"
|
||||
|
||||
#
|
||||
# Options for the server
|
||||
#
|
||||
mc_launchoptions="-nogui"
|
||||
|
||||
|
||||
# ------------------------------------------------
|
||||
# You shouldn't need to change anything below this
|
||||
# ------------------------------------------------
|
||||
|
||||
# Options for the server
|
||||
mc_launchoptions="-nogui"
|
||||
|
||||
if [[ "${mem%M}" -gt 12000 ]]; then
|
||||
G1NewSize=40
|
||||
G1MaxNewSize=50
|
||||
|
Loading…
x
Reference in New Issue
Block a user