Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ MemoryPressureThreshold
Function
MemoryPressureThreshold
be/src/kudu/util/process_memory.cc:228–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
int64_t MemoryPressureThreshold() {
229
InitLimits();
230
return g_pressure_threshold;
231
}
232
233
bool UnderMemoryPressure(double* current_capacity_pct) {
234
InitLimits();
Callers
nothing calls this directly
Calls
1
InitLimits
Function · 0.85
Tested by
no test coverage detected