For the complete documentation index, see llms.txt. This page is also available as Markdown.

getTotalPhysicalMemory

getTotalPhysicalMemory

Returns the total physical RAM available to the operating system in bytes.

Example:

import "package:system_info2/system_info2.dart";

print("Processors         : ${SysInfo.getTotalPhysicalMemory()}");

Last updated

Was this helpful?