Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
This is a known issue regarding Java. Once memory is committed to a Java
application, it will not be released unless the application is
restarted. The BW Engine internally uses the Java Runtime Environment, which causes this behavior.
Setting the following JVM parameters may help.
-XX:MinHeapFreeRatio
-XX:MaxHeapFreeRatio
Sample change in the TRA file.
java.extended.properties = -XX:MinHeapFreeRatio=52 -XX:MaxHeapFreeRatio=90 -XX:GCTimeRatio=19
Refer to the following link for more information about these parameters.
http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html