Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ InitLimits
Function
InitLimits
be/src/kudu/util/process_memory.cc:184–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
}
183
184
void InitLimits() {
185
static GoogleOnceType once;
186
GoogleOnceInit(&once, &DoInitLimits);
187
}
188
189
} // anonymous namespace
190
Callers
5
HardLimit
Function · 0.85
SoftLimit
Function · 0.85
MemoryPressureThreshold
Function · 0.85
UnderMemoryPressure
Function · 0.85
SoftLimitExceeded
Function · 0.85
Calls
1
GoogleOnceInit
Function · 0.85
Tested by
no test coverage detected