info("ram")

The info(“ram”) function returns the amount of physical RAM in this computer.


Description

This function returns the amount of physical RAM in this computer (in bytes).

info("ram") ☞ 17179869184

Divide by 1024 cubed to find the RAM size in gigabytes.

info("ram")/(1024*1024*1024) ☞ 16

See Also


History

VersionStatusNotes
10.0NewNew in this version.