Previous Topic: Set the TLS Store Certificate PasswordNext Topic: Edit JVM Memory Options


Java Virtual Machine Memory Errors

During stress or high load, the Java Virtual Machine can run out of memory. This may affect the functionality of CA IAM CS.

If an out-of-memory error occurs frequently, you can set Java VM debugging options to alert you when it happens.

To do this, use the following debugging setting to specify a command that the Java VM will invoke when the OutOfMemoryError is thrown:

-XX:OnOutOfMemoryError= string

Note: For more information about setting JVM debugging options, see the following pages on www.oracle.com: