MCPcopy 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
228int64_t MemoryPressureThreshold() {
229 InitLimits();
230 return g_pressure_threshold;
231}
232
233bool UnderMemoryPressure(double* current_capacity_pct) {
234 InitLimits();

Callers

nothing calls this directly

Calls 1

InitLimitsFunction · 0.85

Tested by

no test coverage detected