The following table provides guidance for configuring the garbage collector.
Selecting the appropriate garbage collector depends on the size of the heap and available CPU resources. The following is a table of available collectors and some general guidance on when and how to use them.
Specify the garbage collector using the jvm-memory.options
file
located in <PA_HOME>/conf
. Modify the
parameter beneath #Use the parallel garbage collector
using the
information provided below.
Garbage Collector | Description | Modifications |
---|---|---|
Parallel |
|
Default collector for server |
Concurrent Mark Sweep (CMS) |
|
Set to |
Garbage First (G1) |
|
Set to |