Files
ampache/rootfs/tmp/etc/apache2/conf.d/mpm.conf
T

11 lines
294 B
Plaintext
Raw Normal View History

2026-05-12 20:05:22 -04:00
# casjaysdevdocker/ampache - MPM event tuning
<IfModule mpm_event_module>
StartServers 2
MinSpareThreads 25
MaxSpareThreads 75
ThreadLimit 64
ThreadsPerChild 25
MaxRequestWorkers 150
MaxConnectionsPerChild 0
</IfModule>