itzg/docker-minecraft-server

Add ZGC Option for MeowIce Flags

Open

#3,954 opened on Feb 27, 2026

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

Repository metrics

Stars
 (13,694 stars)
PR merge metrics
 (Avg merge 15h 10m) (32 merged PRs in 30d)

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