Setting heap size when running many JVMs on one system

Each running Java program has an associated heap. If the sum of all of the Java heap sizes and all other usages of virtual memory exceeds the size of physical memory, then the heap page, causing performance to degrade. To minimize the paging, use the following guidelines:

Copyright IBM Corp. 1997, 2004