const SYSTEM_MEMORY_RESERVE_MB: u64 = 500;Expand description
System memory reserve in MB to maintain for system stability (prevents thrashing) Note: RAM checking is currently only available on Linux via procfs. On Windows and macOS, only GPU buffer limits are enforced.