Attempt to decrease max-pool-size to 2 for better mem mgmt.

pull/1004/head
Rick Carlino 2018-10-02 09:50:02 -05:00
parent 716737cdf4
commit 2e20ac6722
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
worker: bundle exec rake jobs:work
rabbit_workers: bin/rails r lib/rabbit_workers.rb
web: bundle exec passenger start -p $PORT -e $RAILS_ENV --max-pool-size 3
web: bundle exec passenger start -p $PORT -e $RAILS_ENV --max-pool-size 2