track passenger pids for easier monitoring (why do they take so much memory?!)
This commit is contained in:
parent
2b870cf91b
commit
3bf5680476
3 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -96,6 +96,7 @@ end
|
|||
|
||||
group :production do
|
||||
gem 'memcache-client', '~> 1.8.5', :require => 'memcache'
|
||||
gem 'passenger_monit', '~> 0.1.1'
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
|
@ -183,6 +183,7 @@ GEM
|
|||
activerecord (~> 3.0)
|
||||
railties (~> 3.0)
|
||||
parallel (0.5.21)
|
||||
passenger_monit (0.1.1)
|
||||
patron (0.4.18)
|
||||
polyglot (0.3.3)
|
||||
progressbar (0.11.0)
|
||||
|
@ -326,6 +327,7 @@ DEPENDENCIES
|
|||
nokogiri (~> 1.5.2)
|
||||
openneo-auth-signatory (~> 0.1.0)
|
||||
parallel (~> 0.5.17)
|
||||
passenger_monit (~> 0.1.1)
|
||||
patron (~> 0.4.18)
|
||||
rack-attack (~> 2.2.0)
|
||||
rack-fiber_pool
|
||||
|
|
BIN
vendor/cache/passenger_monit-0.1.1.gem
vendored
Normal file
BIN
vendor/cache/passenger_monit-0.1.1.gem
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue