Hi All,
Just want to update that we managed to generate the GC Logs by adding the following in the “custom_wrapper.conf”:
wrapper.java.additional.106=-Xloggc:/app/b2bi/wm/scea/IntegrationServer/instances/default/logs/gc.log
wrapper.java.additional.107=-XX:+PrintGCDetails
wrapper.java.additional.108=-XX:+DisableExplicitGC
wrapper.java.additional.109=-XX:-HeapDumpOnOutOfMemoryError
But the question now is, appreciate can help to advise any specific keyword that we need to use to search for the memory leaking in our server?
We can see this log inside the gc.log:
103199.761: [Full GC (Ergonomics) [PSYoungGen: 1153534K->155789K(1431040K)] [ParOldGen: 3495180K->3495048K(3495424K)] 4648715K->3650837K(4926464K), [Metaspace: 189749K->189749K(1226752K)], 4.7342701 secs] [Times: user=35.66 sys=0.03, real=4.74 secs]
103415.904: [Full GC (Ergonomics) [PSYoungGen: 1153536K->152277K(1431040K)] [ParOldGen: 3495048K->3495330K(3495424K)] 4648584K->3647608K(4926464K), [Metaspace: 189753K->189753K(1226752K)], 4.3143520 secs] [Times: user=32.39 sys=0.03, real=4.31 secs]
To me, that gc.log shows normal conditions only.
Thank you.
Best Regarsd,
Fanny T
#Integration-Server-and-ESB#webMethods#B2B-Integration