Skip to content

Commit

Permalink
Lower limits are probably just fine
Browse files Browse the repository at this point in the history
  • Loading branch information
palmertab committed Nov 16, 2023
1 parent 57eb580 commit 3c24305
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf/mpm_prefork.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# MaxConnectionsPerChild: maximum number of requests a server process serves

<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxRequestWorkers 50
StartServers 2
MinSpareServers 2
MaxSpareServers 5
MaxRequestWorkers 10
MaxConnectionsPerChild 0
</IfModule>

Expand Down

0 comments on commit 3c24305

Please sign in to comment.