Jstack and Not enough storage is available to process this command

后端 未结 5 1700
误落风尘
误落风尘 2020-12-08 07:20

I\'m trying to run jstack command on my java application. Application is rather big, running inside jboss AS occupying about 4gb of memory. OS is Windows Server 2003 Standar

5条回答
  •  一整个雨季
    2020-12-08 08:07

    We had problems running JStack on a Windows machine with even a modest application (1GB). We ended up doing our stack and heap analysis using Netbeans. This seemed to cope with the parsing of dump files a lot better. YMMV.

    Give Netbeans a try for profiling - its very good. Note that VisualVM is a cutdown NB profiler and comes with 6u7.

提交回复
热议问题