diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-06 09:53:59 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-06 09:53:59 +0100 |
commit | 5f3f2f4779f88e85431db7a9e4be33c3ff3cf0b8 (patch) | |
tree | eaba2b50b6e4ea785b4dd3f3fd862dcd78f31e09 | |
parent | ffacc563c098eeb24e4edf76b006bc9792c73d34 (diff) |
fixup! 2a0c4d7 add another passenger tuning guide
-rw-r--r-- | config/httpd-vhost.conf-example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/httpd-vhost.conf-example b/config/httpd-vhost.conf-example index 81ccce8c9..2cb6dced0 100644 --- a/config/httpd-vhost.conf-example +++ b/config/httpd-vhost.conf-example @@ -22,8 +22,11 @@ <IfModule mod_passenger.c> PassengerAppRoot /var/www/alaveteli + # See http://blog.phusion.nl/2013/03/12/tuning-phusion-passengers-concurrency-settings/ + # and http://blog.scoutapp.com/articles/2009/12/08/production-rails-tuning-with-passenger-passengermaxprocesses + # for more information on tuning Passenger + # 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 |