FIX #1
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# /etc/httpd/conf.d/mpm.conf
|
||||
<IfModule mpm_event_module>
|
||||
ServerLimit 8
|
||||
ThreadLimit 32
|
||||
ThreadsPerChild 16
|
||||
MaxRequestWorkers 64
|
||||
ServerLimit 16
|
||||
ThreadLimit 64
|
||||
ThreadsPerChild 32
|
||||
MaxRequestWorkers 256
|
||||
StartServers 2
|
||||
MinSpareThreads 16
|
||||
MaxSpareThreads 48
|
||||
MaxConnectionsPerChild 2000
|
||||
MinSpareThreads 32
|
||||
MaxSpareThreads 128
|
||||
#MaxConnectionsPerChild 2000
|
||||
</IfModule>
|
||||
|
||||
Reference in New Issue
Block a user