Edit the JVM options jvm-memory.options file to customize minimum and maximum heap sizing, garbage collection, and generation specific sizing for your memory use and to optimize PingFederate's performance.
PingFederate reads Java virtual machine (JVM) options
from the jvm-memory.options file, located in the
<pf_install>/pingfederate/bin
directory. Any manual modifications or additions should be made in this file. For more
information on JVM tuning options, see HotSpot Virtual Machine Garbage Collection Tuning Guide in the Oracle
documentation.
Remember:
Before making any edits to the file, consider the following:
- Make a backup copy prior to any manual edits.
- The empty lines and comments, indicated by a leading
#
character, are ignored. - JVM options do not need a specific organization or order.
- You can add any JVM flag to the file to configure and customize the JVM, not just memory-related options.