diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-10-22 16:33:32 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-10-22 16:33:32 +0100 |
commit | 4d38fc99ca515fb61ee00bdd217b09da9f24b0bb (patch) | |
tree | 2061c6e2f69cb1e5fe89b858424bca07a2a7dd4d | |
parent | ea550321b7fc1d728c82de1aaf62a0aa0209f118 (diff) |
Trying a higher PassengerMaxRequests value - we now have some headroom in terms of memory, but CPU limited.
-rw-r--r-- | config/httpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/httpd.conf b/config/httpd.conf index 440da0d87..acf37d97c 100644 --- a/config/httpd.conf +++ b/config/httpd.conf @@ -46,7 +46,7 @@ RewriteRule ^/request/((\d{1,3})\d*)/(response/\d+/attach/(html/)?\d+/.+) /views <IfModule mod_passenger.c> # Set this to something like 100 if you have memory leak issues - PassengerMaxRequests 20 + PassengerMaxRequests 500 PassengerResolveSymlinksInDocumentRoot on # Recommend setting this to 3 or less on servers with 512MB RAM PassengerMaxPoolSize 6 |