On 12/09/2012 11:02, Aditi Sinha wrote:
> Hi,
> 
> 
> 
> We have web server hosted on Tomcat 7.0.22. Tomcat is running as windows
> service.
> 
> When we try to get the heap  dump of Tomcat using the following command
> 
> 
> 
> *jmap -dump:format=b,file=heap.bin <pid>*
> 
> 
> 
> we get below error
> 
> 
> 
> *<pid>: Not enough storage is available to process this command.*

probably because you have set a large heap size.

> When Tomcat is started manually in console (using command “catalina.bat
> start”), we are able to take the heap dump.

because you are probably not setting a heap size.

> Is there any workaround which would allow to take heap dump when Tomcat
> running as windows service?

make some more disk space available, sufficient to permit the heap to be
written to file.


p

> Thanks & Regards,
> 
> Aditi
> 


-- 

[key:62590808]

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to