diff options
-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 |