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-23 15:31:28 +0100 |
commit | 925d5599c49b07daebb51e49f760f63e6c258e4b (patch) | |
tree | d8039d198e00b5549f07aebfa6986ccf8a0c682b | |
parent | 671288c87aa42ce8ba2784b127ded1bfda9d0b4e (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 |