Shenjie,
For Garbage collection - you need to add the following flag to the JAVA2_MEMSET argument
“-verbose:gc”
It is the same for both Windows and Unix.
This will give you an idea as to what was the memory when your IS crashed.
The verbose output in case of Unix will be sent to the nohup.out file.
In case of HP, you should be starting the server using nohup, correct?
If not, how are you starting the server?
For logging the verbose output in Windows, you need to start the server from the command line. The verbose output will be sent to the command window.
You need to determine what is running on the server that is taking up memory. Generally the Garbage collection should run and reclaim the memory.
This may be a JVM issue as well.
#Integration-Server-and-ESB#webMethods#webMethods-General