Skip to content

Commit

Permalink
This will mean the container can be 512M in size max
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan authored Apr 24, 2020
1 parent a809387 commit 0739c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/apache2/mods-enabled/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>
ServerLimit 50
ServerLimit 17
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxRequestWorkers 50
MaxRequestWorkers 17
MaxConnectionsPerChild 5000
</IfModule>

0 comments on commit 0739c29

Please sign in to comment.