System Info
Search
⌃K
Welcome!
Installing
Quick Start
Reference
SysInfo
kernelArchitecture
kernelBitness
kernelName
kernelVersion
operatingSystemName
operatingSystemVersion
userDirectory
userId
userName
userSpaceBitness
cores
getTotalPhysicalMemory
getFreePhysicalMemory
getTotalVirtualMemory
getFreeVirtualMemory
getVirtualMemorySize
Powered By
GitBook
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
()
}
"
);
Previous
cores
Next
getFreePhysicalMemory
Last modified
1yr ago