System Info
  • 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
On this page

Was this helpful?

  1. Reference
  2. SysInfo

getVirtualMemorySize

getVirtualMemorySize

Returns the total amount of virtual memory used by your app.

Example:

import "package:system_info2/system_info2.dart";

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

Last updated 3 years ago

Was this helpful?