SMARTS-10.1.x
Causes can be due to Watch4net collector getting turned off, or more data flowing and the publishing queue and SAM notifications exceeds java heap memory.
Increase java heap size for EDAA tomcat in Smarts.
Default:
SM_CATALINA_OPTS=${SM_CATALINA_OPTS:--Xms1g -Xmx3g -XX:PermSize=512m -XX:+HeapDumpOnOutOfMemoryError -XX:+UseLargePages}
Update to:
SM_CATALINA_OPTS=${SM_CATALINA_OPTS:--Xms1g -Xmx6g -XX:PermSize=512m -XX:+HeapDumpOnOutOfMemoryError -XX:+UseLargePages}
If you still have issues after this update, then you will need to determine what changed in the Smarts SAM environment or the Watch4net collector that is causing the memory growth and the EDAA tomcat to run out of Java heap memory and submit a SR to VMware by Broadcom.