homelab-brain/arakava-news/docker/apache/mpm_prefork.conf
Homelab Cursor c2295c49db Arakava CT101: WordPress-Docker dauerhaft tunen (Phase 1).
Compose, Apache MPM und MySQL my.cnf versionieren; mem_limits, InnoDB 512M und CT-RAM 6 GB gegen Worker-Stau.
2026-06-28 18:38:43 +02:00

8 lines
258 B
Text

# CT101 Arakava — Docker mem_limit 2g, MySQL separat 1g
<IfModule mpm_prefork_module>
StartServers 3
MinSpareServers 2
MaxSpareServers 6
MaxRequestWorkers 14
MaxConnectionsPerChild 500
</IfModule>