Skip to content

Commit

Permalink
Update minecraft
Browse files Browse the repository at this point in the history
  • Loading branch information
rekkun authored Jul 24, 2020
1 parent e78ce88 commit 117bd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opt/minecraft
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ case $limit in
esac

echo "Starting: minecraft ${mc_port}"
eval "screen -L -h 2048 -dmS minecraft java -Xmx${heap} -Xms${heap} -jar minecraft.jar nogui"
eval "screen -L -h 2048 -dmS minecraft java -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseG1GC -verbose:gc -Xmx${heap} -Djline.terminal=jline.UnsupportedTerminal -Xms${heap} -jar minecraft.jar nogui"
main_pid=$!

# Flush the logfile every second, and ensure that the logfile exists
Expand Down

0 comments on commit 117bd9b

Please sign in to comment.