Java Memory Max getMaxMemory()

Here you can find the source of getMaxMemory()

Description

get Max Memory

License

Open Source License

Declaration


public static long getMaxMemory() 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

public class Main {

    public static long getMaxMemory() {
        return Runtime.getRuntime().maxMemory();
    }/*w  w  w. j  a  v a 2 s  . c  o  m*/
}

Related

  1. getJvmMaxMemory()
  2. getMaximumMemory()
  3. getMaximumMemory()
  4. getMaximumMemory()
  5. getMaximumMemory()
  6. getMaxMemory()
  7. getMaxMemoryStr()
  8. getMemoryMax()
  9. getMemoryMax()