itzg/docker-minecraft-server

Add ZGC Option for MeowIce Flags

Open

#3954 opened on Feb 27, 2026

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Shell (13,694 stars) (1,858 forks)batch import
enhancementhelp wanted

Description

Enhancement Type

Improve an existing feature

Describe the enhancement

MeowIce provides 2 versions of the flags - one using the standard G1GC and the other using ZGC.

ZGC is a latency focused garbage collector which may have some benefits for higher end CPUs in reducing stutters due to garbage collection.

Contributor guide