If you are on Java 1.6.7+ (I think this is the version that it was released on), then you can use the jvisualvm command. As with any tool, it has its limits. However, you can get a heap dump, which will then show you how many times a particular object is created/destroyed, how it was used, etc. Your miles will vary, but it might help you discover what is going on.
--ryan On Mon, Sep 14, 2009 at 11:58 PM, kittu <[email protected]> wrote: > > Hi > > I facing the problem of out of memory and fatal shutdown of the > device, in the logs i not able to find any clue regards memory > increament continuosly. the device is down after few days due to > continuous memory usage increment >256MB (actually 60 -90MB > acceptable). > > is any way to debug this scenario.? if so how ? > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
