Previous Topic: Verify the Clustered InstallationNext Topic: Configure a Remote Provisioning Manager


Improve Performance on a Linux System

On a Linux system in a JBoss cluster, the creation of a directory or an environment is very slow. To improve performance, modify JAVA_OPTS in the run.sh file. Add the text shown in bold as follows:

JAVA_OPTS="$IDM_OPTS $DEBUG_OPTS -Djava.security.policy=workpoint_client.policy -Xms256m -Xmx1024m -XX:MaxPermSize=256m 
-XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:ReservedCodeCacheSize=50m