WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  heap dump

    Posted 04/14/13 03:46 PM
    hi guys while i was going through a document of heap dumps i came across the following statement :

    "There is a cost associated with producing heap dumps  "  

     how can geaneration of heap dump from an command line be associated with cost?


                   Thank you. 


  • 2.  heap dump

    Posted 04/15/13 06:21 AM
    Hi Kasi,

      Maybe have other meaning but "the cost" can be because previous to IBM sdk 1.5 (I'm not sure) the generation of a heap dump "freeze" the process.  Your server stop doing anything until the heap dump terminate.
     
      From version 1.5 you have dedicated threads to generate dumps, so the process is faster and has less impact.
     
      Without the context of the phrase hard to know the meaning.
     
      Hope this helps.
     
    regards


  • 3.  heap dump

    Posted 04/15/13 10:59 AM
    thanks Gabriel