maxMemory
public long maxMemory()Returns the maximum amount of memory that the Java virtual machine will attempt to use. If there is no inherent limit then the value Long.MAX_VALUE will be returned.
Returns:the maximum amount of memory that the virtual machine will attempt to use, measured in bytes |