Compatibility Alert
This generator works specifically for Pterodactyl servers.
Enter allocated memory in megabytes (e.g. 4GB = 4096, 8GB = 8192, 16GB = 16384)
The precise execution target file on your server volume directory structure (e.g. server.jar, paper.jar)
Generated Startup Command
Paste this entire block into the Startup Command variable field inside your Pterodactyl console page settings area.
java -Xms128M -Xmx7372M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -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 -Dterminal.jline=false -Dterminal.ansi=true -Dlog4j2.formatMsgNoLookups=true $( [[ ! -f unix_args.txt ]] && printf %s "-jar server.jar" || printf %s "@unix_args.txt" )