Interface MemoryInfo

    • Method Detail

      • getTotalPhysicalMemory

        long getTotalPhysicalMemory()
        Returns the number of bytes of physical memory installed in the machine.
      • getAvailablePhysicalMemory

        long getAvailablePhysicalMemory()
        Returns the number of bytes of physical memory that are available for use. Includes memory that is available without swapping.