Java Memory Information getMemoryLimitMinSize()

Here you can find the source of getMemoryLimitMinSize()

Description

get Memory Limit Min Size

License

GNU General Public License

Declaration

public static int getMemoryLimitMinSize() 

Method Source Code

//package com.java2s;
/**/*from ww  w .j  a v  a2s  .co  m*/
 * ?????????????????????????.<br>
 *
 * @author T.Okuyama
 * @license GPL(Lv3)
 */

public class Main {
    private static Integer memoryLimitMinSize = new Integer(90);

    public static int getMemoryLimitMinSize() {
        return memoryLimitMinSize.intValue();
    }
}

Related

  1. getMemory(String memory)
  2. getMemoryConsumedSincePreviousCall()
  3. getMemoryIncrease()
  4. getMemoryInfo()
  5. getMemoryLimit()
  6. getMemoryStats()
  7. getMemoryStats(int mode)
  8. getMemoryStatus(boolean preRunGarbageCollector)
  9. getMemoryString()