Java Memory Max maxMemory()

Here you can find the source of maxMemory()

Description

max Memory

License

LGPL

Declaration

public static long maxMemory() 

Method Source Code

//package com.java2s;
//License from project: LGPL 

public class Main {
    public static long maxMemory() {
        return Runtime.getRuntime().maxMemory();
    }/*from   w w w  . j a v  a2  s .c  om*/
}

Related

  1. getMemoryMax()
  2. jvmMaxMemory(String size, Boolean txtByte)
  3. maxMemory()
  4. maxMemory()
  5. maxMemory()
  6. maxMemory()
  7. maxMemoryb()
  8. maxMemoryInMbs()
  9. maxMemoryMB()