A. Through Heap Analyzer Tool you can analyze Heap Dump and the extension of
Heap Dump will be .phd ( portable heap dump)
• From here you can suspect the memory leaks of the packages and class files.
• First you need to create a variable called IBM_HEAPDUMP = TRUE….
• In App servers -> server -> Java Process Mgmt -> Process Definition ->
Custom Properties---Click New -> then Give the value as :
IBM_HEAPDUMP = TRUE
• You can create Heap Dump by: kill -3 server process ID.
Here Heap dump is created only when there is App memory leak, then only
the Heap Dump is going to create.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment