Random Access Memory (RAM)
This lists information about the PC memory that is parsed by Inxi. You can use the below properties to learn more about its information.
Module name according to each operating system:
Linux
011#Info > 002#Memory
011#Info
002#Memory
Windows
Win32_OperatingSystem
macOS
SPHardwareDataType
You can call the module as follows:
HardwareInfo.RAM.<property>
which <property> is:
<property>
TotalMemory
String
Total memory1
UsedMemory
Used memory1 3
FreeMemory
Free memory1 2 3
Memory is automatically GiB in Inxi on Unix systems, and is in bytes on Windows systems.
Compatibility notes:
Free memory is not implemented yet on Linux.
Used memory and free memory properties are not implemented yet on macOS.
Last updated 2 years ago