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

getFreePhysicalMemory

getFreePhysicalMemory

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

Example:

import "package:system_info2/system_info2.dart";

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

Last updated

Was this helpful?