Thank you very much.
You mean that GC run automatically by JVM when heap is running out of memory and don’t recommand to call GC by manually.
I feel that is not reliable or I guessed wrong.
I said fixed memory leak. It was duplicated ‘new’ operation.
for example, class a{…} … a arry = new a[100], arry[0] = new a(), arry[1] = … and other place a[0] = new a(), a[1] = new a()…
I think that those codes caused memory leaks, and this will makes heap is running out of memory. → GC will activate and no crash.
But It was not. T^T
Anyway I will study for these more. I am just a begginer of Java and webMethods.
Thank you for your kindness.
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services