mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-16 11:52:47 +00:00
Fish: Optimize Minecraft server garbage collection
This commit is contained in:
parent
f800ed41e0
commit
fb432acdc0
|
@ -1,5 +1,5 @@
|
|||
# Defined in /tmp/fish.iAzJE2/minecraftserver.fish @ line 2
|
||||
# Defined in /tmp/fish.jIk1bT/mcs.fish @ line 2
|
||||
function mcs
|
||||
cd $D/Games/Minecraft/Server
|
||||
java -Xmx8G -Xms128M -XX:+UseConcMarkSweepGC -jar server.jar nogui
|
||||
java -Xmx8G -Xms1G -Xmx1G -XX:+UseG1GC -jar server.jar
|
||||
end
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[FileDialog]
|
||||
history=@Invalid()
|
||||
lastVisited=file:///mnt/LocalDiskD/Downloads
|
||||
qtVersion=5.11.2
|
||||
viewMode=Detail
|
Loading…
Reference in a new issue