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.
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.