update soft-limit
parent
90dc966fc9
commit
dfd2f93c27
|
|
@ -34,3 +34,6 @@ limit_time_real = 6000
|
||||||
# if DB > 150MB, otherwise "AccessDenied" error occurs
|
# if DB > 150MB, otherwise "AccessDenied" error occurs
|
||||||
# 10 GB
|
# 10 GB
|
||||||
limit_memory_hard = 10000000000
|
limit_memory_hard = 10000000000
|
||||||
|
|
||||||
|
# Use a new worker for the next request if 300MB is reached
|
||||||
|
limit_memory_soft = 300000000
|
||||||
Loading…
Reference in New Issue