mirror of
https://github.com/moebooru/moebooru
synced 2025-08-29 04:57:47 +00:00
Increse memory limit
This commit is contained in:
parent
d4658a5a13
commit
0846a4f3d1
@ -2,7 +2,7 @@
|
|||||||
if defined? Unicorn
|
if defined? Unicorn
|
||||||
require "unicorn/worker_killer"
|
require "unicorn/worker_killer"
|
||||||
use Unicorn::WorkerKiller::MaxRequests, 4096, 8192
|
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
|
end
|
||||||
|
|
||||||
require ::File.expand_path("../config/environment", __FILE__)
|
require ::File.expand_path("../config/environment", __FILE__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user