acidbase.ram

acidbase.ram() float

Return total system RAM in gibibytes (GiB).

Requires the psutil package.

Returns:

Total system RAM, in GiB.

Return type:

float

Raises:

ImportError – When psutil is not installed.