mirror of
https://github.com/NATroutter/egg-hytale.git
synced 2026-03-01 11:21:13 +03:00
Incorrect java flags! #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Prefix on GitHub (Jan 18, 2026).
These JVM flags + Hyfixes plugin helps keep RAM consumption down for Hytale servers.
-Xms8192M -Xmx32768M -XX:+UseG1GC -XX:MaxGCPauseMillis=50 -XX:+ParallelRefProcEnabled -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:G1HeapRegionSize=32M -XX:G1NewSizePercent=40 -XX:G1MaxNewSizePercent=50 -XX:G1ReservePercent=15 -XX:InitiatingHeapOccupancyPercent=30 -XX:G1MixedGCCountTarget=4 -XX:G1MixedGCLiveThresholdPercent=85 -XX:G1HeapWastePercent=5 -XX:MaxTenuringThreshold=6 -XX:SurvivorRatio=8 -XX:+PerfDisableSharedMem -XX:+UseStringDeduplicationThis is for a 32GB server.
@NATroutter commented on GitHub (Jan 18, 2026):
You’re using a very old version of the egg. Please update it by following the Updating the Egg section in the README.
Side note: Please use the issue template when opening issues next time. It helps us troubleshoot more effectively. 👍