After 8.3p2 upgrade server side memory utilization constant.. No mem release back to OS

Which IIQ version are you inquiring about?

Version 8.3

Share all details related to your problem, including any error messages you may have received.

We can see fluctuation on sailpoint UI but on server level top command always showing constant/keep growing graph… Process/task keep utilizing memory and relasing but not reflecting on server. JVM 1.8 Please share how can we resolve this #JVM #SailpointMemory

The memory held by the JVM is controlled by the JVM settings rather than IdentityIQ. If you are using Tomcat, try reviewing the Java_Opts settings:

${TOMCAT_HOME}/bin/catalina.sh

CATALINA_OPTS=“$CATALINA_OPTS -server -Xms1024m -Xmx3052m”

In this example, approximately 1gb is held by the JVM always and it can scale up to 3gb as needed. There are good Tomcat support resources on the internet that can provide more guidance on this topic.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.