Get Available RAM (GB)

Pure
GetAvailableRAMGB

Returns the available system RAM in gigabytes.

Type: Pure (no side effects)
Category: Fortuna|Platform & System
Keywords: platform & system

Outputs

NameTypeDescription
ReturnValuefloatReturnValue output

Example Use Cases

Example 1

Warn if system has less than recommended RAM.

Example 2

Adjust texture streaming pool based on available memory.