Incorrect java flags! #29

Closed
opened 2026-02-05 16:39:45 +03:00 by OVERLORD · 1 comment
Owner

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:+UseStringDeduplication

This is for a 32GB server.

Originally created by @Prefix on GitHub (Jan 18, 2026). These JVM flags + [Hyfixes](https://www.curseforge.com/hytale/mods/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:+UseStringDeduplication` This is for a 32GB server.
Author
Owner

@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. 👍

@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](https://github.com/NATroutter/egg-hytale#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. 👍*
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/egg-hytale#29