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

@ -1 +1 @@
2.3.1 2.5.0

View File

@ -60,7 +60,6 @@ end
group :production do group :production do
gem 'unicorn-worker-killer' gem 'unicorn-worker-killer'
gem 'newrelic_rpm' gem 'newrelic_rpm'
gem 'gctools', :platforms => :ruby
gem 'capistrano-deploytags', '~> 1.0.0', require: false gem 'capistrano-deploytags', '~> 1.0.0', require: false
end end

View File

@ -130,7 +130,6 @@ GEM
ffaker (2.8.1) ffaker (2.8.1)
ffi (1.9.18) ffi (1.9.18)
ffi (1.9.18-x64-mingw32) ffi (1.9.18-x64-mingw32)
gctools (0.2.4)
get_process_mem (0.2.1) get_process_mem (0.2.1)
globalid (0.4.1) globalid (0.4.1)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
@ -424,7 +423,6 @@ DEPENDENCIES
dtext_rb! dtext_rb!
factory_girl factory_girl
ffaker ffaker
gctools
google-api-client google-api-client
highline highline
httparty httparty
@ -471,4 +469,4 @@ DEPENDENCIES
whenever whenever
BUNDLED WITH BUNDLED WITH
1.16.0 1.16.1

View File

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