2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-22 01:47:48 +00:00

Increse memory limit

This commit is contained in:
nanaya 2017-04-02 17:06:10 +09:00
parent d4658a5a13
commit 0846a4f3d1

View File

@ -2,7 +2,7 @@
if defined? Unicorn
require "unicorn/worker_killer"
use Unicorn::WorkerKiller::MaxRequests, 4096, 8192
use Unicorn::WorkerKiller::Oom, (256*(1024**2)), (384*(1024**2))
use Unicorn::WorkerKiller::Oom, (384*(1024**2)), (512*(1024**2))
end
require ::File.expand_path("../config/environment", __FILE__)