Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ HardLimit
Function
HardLimit
be/src/kudu/util/process_memory.cc:218–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
}
217
218
int64_t HardLimit() {
219
InitLimits();
220
return g_hard_limit;
221
}
222
223
int64_t SoftLimit() {
224
InitLimits();
Callers
nothing calls this directly
Calls
1
InitLimits
Function · 0.85
Tested by
no test coverage detected