MCPcopy Create free account
hub / github.com/Icinga/icinga2 / GetDefaultRLimitStack

Method GetDefaultRLimitStack

lib/base/application.cpp:1175–1178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1173}
1174
1175int Application::GetDefaultRLimitStack()
1176{
1177 return 256 * 1024;
1178}
1179
1180double Application::GetReloadTimeout()
1181{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected