Virtual service has created on server. It is running fine for some time and after some time, VSE component is not responding
When service is not responding, capture the VSE logs from server and check are there any java.lang.OutOfMemoryError messages in log file.
Sometimes, when allocated memory to component is not enough, JVM used by VSE throws an error as below:
System.err - Exception in thread "ActiveMQ Session: ID:AASSS0000446NP-59277-6676569847-5:13:3" java.lang.OutOfMemoryError: Java heap space
Release: DEVTEST10.6 & up
Component:
If you notice an OutofMemoryError and Devtest component is running with default memory settings, allocate memory in vmoptions file by adding below JVM arguments (Based on memory availability on server) and restart the components.
-Xms1024M
-Xmx1024M
https://techdocs.broadcom.com/us/en/ca-enterprise-software/devops/devtest-solutions/10-6/administering/general-administration/memory-settings.html