If the Java process runs out of memory, you can increase the memory available to it.
On Windows, Follow these steps:
You can edit the JVM memory options JvmMs and JvmMx which defien the minimum and maximum amount of memory that the JVM can use. To do this, locate the following registry key on Windows and expand it:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ComputerAssociates\Identity Manager\Procrun 2.0\im_jcs
On UNIX, Follow these steps:
Create a file named jvm_options.conf in the Connector Server data folder with the following Java arguments:
-Xms128M -Xmx1024M -d64
Specifies the minimum heap memory allowed for CA IAM Connector Server
Example: -Xms128M specifies that the minimum heap memory allowed for CA IAM Connector Server is 128 MB.
Specifies the maximum heap memory allowed for CA IAM Connector Server.
Example: -Xmx1024M specifies that the maximum heap memory allowed for CA IAM Connector Server is 1024 MB.
Specifies that the JVM is run in a 64-bit environment.
|
Copyright © 2014 CA.
All rights reserved.
|
|