Project Zomboid

Project Zomboid

Multi-Cpu Enhance *FIXED*
Showing 1-1 of 1 entries
Update: 7 Apr @ 8:18am

Improved memory management:

-Xmx8192m: Increased maximum memory (if your PC has 16GB+ RAM)
-Xms4096m: Added minimum memory to reduce the need for reallocation

Garbage Collector optimizations:

Improved ZGC usage for Windows 10+ versions
Changed fallback to use G1GC with optimized parameters
Added -XX:+UseNUMA for multi-CPU systems
Added -XX:+AlwaysPreTouch to pre-allocate memory at startup

Batch file optimizations:

Automatic detection of system RAM
Automatically scale memory allocation based on available RAM
Detection of number of CPU cores to optimize GC threads

General optimizations:

-XX:+OptimizeStringConcat to improve handling of strings
-XX:+DisableExplicitGC to avoid explicit garbage collector calls