Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ GetDefaultRLimitProcesses
Method
GetDefaultRLimitProcesses
lib/base/application.cpp:1170–1173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1168
}
1169
1170
int Application::GetDefaultRLimitProcesses()
1171
{
1172
return 16 * 1024;
1173
}
1174
1175
int Application::GetDefaultRLimitStack()
1176
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected