[#TryGetTotalRam] = TryGetTotalRam :mrdocs: Return the total RAM available on the current system, if detectable. == Synopsis Declared in `<common/system.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<uint64_t> TryGetTotalRam(); ---- == Return Value The total RAM in bytes, or std::nullopt if it cannot be detected. [.small]#Created with https://www.mrdocs.com[MrDocs]#