Java Memory Total totalMemory()

Here you can find the source of totalMemory()

Description

total Memory

License

Open Source License

Declaration

public static long totalMemory() 

Method Source Code

//package com.java2s;

public class Main {
    static Runtime runtime = Runtime.getRuntime();

    public static long totalMemory() {
        return runtime.totalMemory();
    }/*  w w  w. ja va  2s. c  om*/
}

Related

  1. jvmTotalMemory(String size, Boolean txtByte)
  2. memoryTotal()
  3. totalMemory()
  4. totalMemory()
  5. totalMemory()
  6. totalMemoryb()
  7. totalMemoryMB()
  8. totalMemoryMB()