diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-16 15:48:21 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-07-16 15:48:21 +0100 |
commit | 2a0c4d7703c069818945830b1f6ccae29113ed1a (patch) | |
tree | fa9c66c3d536cc11c7720f76e2358edd732944ff | |
parent | 48cb221a6ad12ef0b9d9fcf8f8f022e657d78c63 (diff) |
Add link to Passenger performance tuning guide
-rw-r--r-- | config/httpd-vhost.conf-example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/httpd-vhost.conf-example b/config/httpd-vhost.conf-example index 008c7a7a5..990e5d712 100644 --- a/config/httpd-vhost.conf-example +++ b/config/httpd-vhost.conf-example @@ -23,6 +23,7 @@ PassengerAppRoot /opt/alaveteli # Set this to something like 100 if you have memory leak issues + # See http://blog.phusion.nl/2013/03/12/tuning-phusion-passengers-concurrency-settings/ for more information on tuning Passenger PassengerMaxRequests 2000 PassengerResolveSymlinksInDocumentRoot on PassengerMaxPoolSize 6 |