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