1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-23 23:33:12 +00:00

Fish: Optimize MCS

This commit is contained in:
Phantop 2019-03-02 14:35:02 -05:00
parent 8bcd64bb18
commit 6f2997a3cf

View file

@ -1,5 +1,5 @@
# Defined in /tmp/fish.jIk1bT/mcs.fish @ line 2 # Defined in /tmp/fish.MKVssj/mcs.fish @ line 2
function mcs function mcs
cd $D/Games/Minecraft/Server cd $D/Games/Minecraft/Server
java -Xmx8G -Xms1G -Xmx1G -XX:+UseG1GC -jar server.jar java -Xmx8G -Xms1G -XX:+UseG1GC -XX:MaxGCPauseMillis=50 -XX:ParallelGCThreads=4 -jar server.jar
end end