IBM BPM, V8.0.1, All platforms > Tuning > Advanced tuning > Advanced Java heap tuning

Setting the heap size when running multiple JVMs on one system

Each running Java™ program has a heap associated with it. Therefore, if you have a configuration where more than one Java program is running on a single physical system, it is important to set the heap sizes appropriately.

If the sum of all of the virtual memory usage (including both Java heaps and all other virtual memory allocations) exceeds the size of physical memory, the Java heaps are subject to paging. This causes total system performance to degrade significantly. To minimize the possibility of this occurring, use the following guidelines:

Advanced Java heap tuning


Related concepts:
Monitoring garbage collection