From 408ace2b1031b152baf55a01e490f227fa3b5437 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Mon, 22 Apr 2024 23:29:38 +0200 Subject: initial commit --- start.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 start.sh (limited to 'start.sh') diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..ec22d03 --- /dev/null +++ b/start.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +java -Xmx2048M -Xms2048M -XX:+AlwaysPreTouch -XX:+DisableExplicitGC -XX:+ParallelRefProcEnabled -XX:+PerfDisableSharedMem -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1HeapRegionSize=8M -XX:G1HeapWastePercent=5 -XX:G1MaxNewSizePercent=40 -XX:G1MixedGCCountTarget=4 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1NewSizePercent=30 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:G1ReservePercent=20 -XX:InitiatingHeapOccupancyPercent=15 -XX:MaxGCPauseMillis=200 -XX:MaxTenuringThreshold=1 -XX:SurvivorRatio=32 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -jar server.jar nogui \ No newline at end of file -- cgit v1.2.3-70-g09d2