mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
ffa5f23fbe
commit
62896cb9a5
@ -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…
x
Reference in New Issue
Block a user