Jstack and Not enough storage is available to process this command

后端 未结 5 1702
误落风尘
误落风尘 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 07:51

    This is an error message from the underlying O/S. There's not much you can do in your code to deal with this other than catch the exception which is thrown. Boo to Windows for being so limited.

    http://technet.microsoft.com/en-us/library/cc978735.aspx

提交回复
热议问题