update start script
This commit is contained in:
parent
32a71a6439
commit
d27cffe713
4 changed files with 3 additions and 3 deletions
Binary file not shown.
|
|
@ -577,7 +577,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "start.sh"
|
file = "start.sh"
|
||||||
hash = "d0089f2f6a830ef1bc4f18311f15813df695f58a3d33d634401e5c9bc61bd4b8"
|
hash = "91e6bb9f6ee709c5919982d5e379ab4f806e7fec9a1e90bfec42a3fa4946e9fe"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "update.sh"
|
file = "update.sh"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "b5c1b12ef62b0bf2b747e8ef65c1c3d8248f21ec488e3774c34f35329b2d60e8"
|
hash = "890f0380cd658535bfd644b72b1654fb33c06d3754a00bd4414fea596fdc122f"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.18.3"
|
fabric = "0.18.3"
|
||||||
|
|
|
||||||
2
start.sh
2
start.sh
|
|
@ -9,4 +9,4 @@ if [ -d "world/data" ] && [ -f "gitignore" ]; then
|
||||||
mv gitignore world/data/.gitignore
|
mv gitignore world/data/.gitignore
|
||||||
fi
|
fi
|
||||||
|
|
||||||
java -Xms8192M -Xmx8192M --add-modules=jdk.incubator.vector -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -jar fabric-server-mc.1.21.11-loader.0.18.3-launcher.1.1.0.jar --nogui
|
java -Xms8192M -Xmx8192M --add-modules=jdk.incubator.vector -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -jar fabric-server-mc.1.21.11-loader.0.18.4-launcher.1.1.1.jar --nogui
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue