When nonzero, puts a limit on memory used for Java objects
Type: Integer
Default Value: 0
Must be positive
This defines the maximum amount of dynamic memory to allocate to Java heap, in bytes. As part of dynamic memory, the heap shares (with system memory) the area determined by Maximum dynamic memory size. The default is zero (unlimited), which means that the only limit is that set by Maximum dynamic memory size?usage is determined at run-time as required.