We are currently running into an issue with our VSE on one of our production servers. There's a service(s) that are continuously increasing our used memory. We are attempting to figure out which service is using all of our memory. Due to this, our VSE has to be constantly watched, and resets at least once a day.
We had a call with Broadcom and found that by using the VisualVM tool, we are able to pinpoint which service is causing our memory issue, created a HEAP dump (hprof) at the time the issue was happening.
Release : 10.6
The hprof file provided does reveal a memory leak. The memory leak seems to come from the inner class object LoggingToTestEventAppender of the class ScriptExecHandler.
Engineering has provided two patches:
Depending on what patches you already have, or have not, installed in LISA_HOME/lib/patches folder, will dictate which patch you need to apply..
Please read the step carefully below, before applying the patch:
Steps to follow:
NOTE: This patch is needed on the machine where the VSE Process runs
Bottom-line:
This fix is available in Service Virtualization 10.7.2, so when upgrading, please plan to upgrade to 10.7.2 or greater.