GetSystemTotalMemory()

edit

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

GetSystemTotalMemory( );

Returns: Number

This function does not take any arguments.

Examples

edit
dump( GetSystemTotalMemory() );

See also