Java native memory usage

前端 未结 6 1756
有刺的猬
有刺的猬 2020-12-09 20:59

Is there any tool to know how many native memory has been used from my java application ? I\'ve experienced outofmemory from my application : Current setting is : -Xmx900m

6条回答
  •  失恋的感觉
    2020-12-09 21:29

    This article gives some good information about hunting down native memory issues and explains how you run out of native memory.

提交回复
热议问题