MCPcopy 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
223int64_t SoftLimit() {
224 InitLimits();
225 return g_soft_limit;
226}
227
228int64_t MemoryPressureThreshold() {
229 InitLimits();

Callers

nothing calls this directly

Calls 1

InitLimitsFunction · 0.85

Tested by

no test coverage detected