MCPcopy 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
218int64_t HardLimit() {
219 InitLimits();
220 return g_hard_limit;
221}
222
223int64_t SoftLimit() {
224 InitLimits();

Callers

nothing calls this directly

Calls 1

InitLimitsFunction · 0.85

Tested by

no test coverage detected