Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ total_memory
Function
total_memory
docker/monitor.py:50–52 ·
view source on GitHub ↗
Returns total RAM on system, in GB.
()
Source
from the content-addressed store, hash-verified
48
49
50
def
total_memory():
51
""
"Returns total RAM on system, in GB."
""
52
return
_memory()[0]
53
54
55
def
used_memory():
Callers
nothing calls this directly
Calls
1
_memory
Function · 0.85
Tested by
no test coverage detected