update soft-limit

develop
Andreas Brückl 2015-02-05 17:26:39 +01:00
parent 90dc966fc9
commit dfd2f93c27
1 changed files with 3 additions and 0 deletions

View File

@ -34,3 +34,6 @@ limit_time_real = 6000
# if DB > 150MB, otherwise "AccessDenied" error occurs
# 10 GB
limit_memory_hard = 10000000000
# Use a new worker for the next request if 300MB is reached
limit_memory_soft = 300000000