IBM FileNet P8, Version 5.2.1            

Improving response times and CPU utilization

To improve overall throughput, consider implementing a generational garbage collection strategy, which is also known as a “generational concurrent garbage collection”

A generational garbage collection strategy works best with workloads that are designed to:

Applications with these kinds of workloads often use gigabyte-sized heaps. Following are some characteristics of workloads that could benefit from generational garbage collection:

Note: To verify the effectiveness of the garbage collection strategy, run the application and measure either response times or the throughput relative to garbage collection pause times, or both.

Following are the JVM switches that define a specific garbage collector algorithm. Consider setting the garbage collector algorithm to “gencon”, a generational, concurrent garbage collector. With this type of garbage collector, objects are allocated in the young generation (the nursery). When the young generation is full, JVM stops all Java™ threads and moves the live objects in the young generation to the old generation.



Last updated: March 2016
p8ppt162.htm

© Copyright IBM Corporation 2016.