|
|
# This file is used by Rack-based servers to start the application.
|
|
# This file is used by Rack-based servers to start the application.
|
|
|
|
|
|
|
|
# Unicorn self-process killer
|
|
unless defined?(PhusionPassenger)
|
|
|
require 'unicorn/worker_killer'
|
|
# Unicorn self-process killer
|
|
|
|
require 'unicorn/worker_killer'
|
|
|
|
|
|
|
|
# # Max memory size (RSS) per worker
|
|
# Max memory size (RSS) per worker
|
|
|
use Unicorn::WorkerKiller::Oom, (200 * (1 << 20)), (250 * (1 << 20))
|
|
use Unicorn::WorkerKiller::Oom, (200 * (1 << 20)), (250 * (1 << 20))
|
|
|
|
end
|
|
|
|
|
|
|
|
require ::File.expand_path('../config/environment', __FILE__)
|
|
require ::File.expand_path('../config/environment', __FILE__)
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |