aboutsummaryrefslogtreecommitdiffstats
path: root/config/httpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/httpd.conf')
-rw-r--r--config/httpd.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/httpd.conf b/config/httpd.conf
index 108402f69..7389e303b 100644
--- a/config/httpd.conf
+++ b/config/httpd.conf
@@ -36,4 +36,5 @@ RewriteRule /files/(.+) http://files.whatdotheyknow.com/$1
# Set this to something like 100 if you have memory leak issues
PassengerMaxRequests 0
PassengerResolveSymlinksInDocumentRoot on
+ PassengerMaxPoolSize 6 # Recommend setting this to 3 or less on servers with 512MB RAM
</IfModule> \ No newline at end of file