mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
parent
ffa5f23fbe
commit
62896cb9a5
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ void Application::SetResourceLimits(void)
|
|||
}
|
||||
|
||||
if (set_stack_rlimit) {
|
||||
rl.rlim_cur = 256 * 1024;
|
||||
rl.rlim_cur = 1024 * 1024;
|
||||
rl.rlim_max = rl.rlim_cur;
|
||||
|
||||
if (setrlimit(RLIMIT_STACK, &rl) < 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue