Java Memory Max maxMemory()

Here you can find the source of maxMemory()

Description

max Memory

License

Open Source License

Declaration

public static long maxMemory() 

Method Source Code

//package com.java2s;

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

    public static long maxMemory() {
        return runtime.maxMemory();
    }//from   w w w  .ja va 2 s. co m
}

Related

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