Commit Graph

2 Commits

Author SHA1 Message Date
Claude
ab14e1c276 docs: Add comprehensive JVM optimization guide for game servers
Created complete optimization guide (500+ lines):

Modern JVM Flags (2024-2026 Best Practices):
- Aikar's Flags optimized for Minecraft
- G1GC configuration for 4-16GB heaps
- Per-server RAM recommendations (all 11 servers)
- Deprecated flags to remove

Server-Specific Configuration:
- Vanilla: 4GB (lightweight)
- Standard modpacks: 8GB
- Heavy modpacks: 10-12GB
- ATM10: 16GB (kitchen sink)
- Custom G1HeapRegionSize per heap size

Implementation:
- 3-phase deployment (backup, update, monitor)
- Via Pterodactyl panel startup variables
- 1 hour total for all 11 servers
- Rollback procedure included

Performance Impact:
- Expected +0.5 to +2 TPS improvement
- More stable memory usage
- Shorter GC pause times
- Fewer lag spikes

Comprehensive troubleshooting for common issues.
Ready to execute via Pterodactyl panel.

Task: Game Server Startup Script Audit (Tier 3)
FFG-STD-002 compliant
2026-02-18 00:50:58 +00:00
94e9a21a8f Create game-server-startup-script-audit-&-optimization task
Task 22 migration.

Date: 2026-02-16
2026-02-16 06:58:57 -06:00