Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Description:
Only appending to the application .tra file, the line "java.extended.properties=-Xmx1024m -Xms1024m -Xss128k" will not take effect if checking the heap dump/GC or using the JConsole to monitor the JVM.
Symptoms:
If checking the heap dump/GC or using JConsole to monitor the JVM, memory usage is still small and is not as large as the value we want to set.
Cause:
These default lines in the application .tra file should take precedence in setting JVM memory:
Or
2). Comment the above three lines and then append your custom setting "java.extended.properties=-Xmx1024m -Xms1024m -Xss128k" to the application .tra file. Restart the application for the new settings for the VM/bwengine memory to take effect.