This commit is contained in:
r888888888
2018-01-30 11:04:50 -08:00
parent cee3c5522b
commit f82d6fa686
4 changed files with 2 additions and 8 deletions

View File

@@ -11,9 +11,6 @@ if defined?(Unicorn) && Rails.env.production?
# Max memory size (RSS) per worker
#use Unicorn::WorkerKiller::Oom, (192*(1024**2)), (256*(1024**2))
require 'gctools/oobgc'
use GC::OOB::UnicornMiddleware
end
run Rails.application