acidbase.ram¶
- acidbase.ram() float¶
Return total system RAM in gibibytes (GiB).
Requires the
psutilpackage.- Returns:
Total system RAM, in GiB.
- Return type:
- Raises:
ImportError – When
psutilis not installed.
Return total system RAM in gibibytes (GiB).
Requires the psutil package.
Total system RAM, in GiB.
ImportError – When psutil is not installed.