mirror of
https://github.com/NATroutter/egg-hytale.git
synced 2026-03-01 11:21:13 +03:00
Server OOM #14
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 @Shybella on GitHub (Jan 14, 2026).
I updated to the newest changes from an hour ago and the server seems to eat all memory and OOM.
@Stereo528 commented on GitHub (Jan 14, 2026):
I noticed this as well in my pr that was going to add the same flags: https://github.com/NATroutter/egg-hytale/pull/16#issuecomment-3747095241
Best bet right now is to set
-XX:UseG1GCinstead of ZGC and remove-XX:-ZUncommit(G1GC doesn't use this flag)@AeonLucid commented on GitHub (Jan 14, 2026):
Using
-XX:+UseG1GCseems to give me much more stable memory usage as well.@Shybella commented on GitHub (Jan 14, 2026):
Yes did this last night and seeing a big improvement.
OOM only seems to happen on generation of new chunks and calms down once complete.