GetSystemTotalMemory()

The amount of memory that is available to the operating system, in bytes.

GetSystemTotalMemory( );

Returns: Number

This function does not take any arguments.

Examples

dump( GetSystemTotalMemory() );

See also