MCPcopy 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
50def total_memory():
51 """Returns total RAM on system, in GB."""
52 return _memory()[0]
53
54
55def used_memory():

Callers

nothing calls this directly

Calls 1

_memoryFunction · 0.85

Tested by

no test coverage detected