Skip to content
代码片段 群组 项目
提交 756258ab 编辑于 作者: James Newton's avatar James Newton
浏览文件

don't use unicorn worker killer if PhusionPassenger is defined

上级 0e4a8e23
No related branches found
No related tags found
无相关合并请求
# This file is used by Rack-based servers to start the application.
# Unicorn self-process killer
require 'unicorn/worker_killer'
unless defined?(PhusionPassenger)
# Unicorn self-process killer
require 'unicorn/worker_killer'
# # Max memory size (RSS) per worker
use Unicorn::WorkerKiller::Oom, (200 * (1 << 20)), (250 * (1 << 20))
# Max memory size (RSS) per worker
use Unicorn::WorkerKiller::Oom, (200 * (1 << 20)), (250 * (1 << 20))
end
require ::File.expand_path('../config/environment', __FILE__)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册