Initial release #1

Merged
jiriks74 merged 48 commits from initial_release into main 2023-02-26 23:56:32 +01:00
Showing only changes of commit a51e3e777d - Show all commits

@ -34,15 +34,15 @@ select_build=""
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! #
mem="2000M" mem="2000M"
#
# Options for the server
#
mc_launchoptions="-nogui"
# ------------------------------------------------ # ------------------------------------------------
# You shouldn't need to change anything below this # You shouldn't need to change anything below this
# ------------------------------------------------ # ------------------------------------------------
# Options for the server
mc_launchoptions="-nogui"
if [[ "${mem%M}" -gt 12000 ]]; then if [[ "${mem%M}" -gt 12000 ]]; then
G1NewSize=40 G1NewSize=40
G1MaxNewSize=50 G1MaxNewSize=50