我试图找到对 sun java vm 内存段的解释,这也是管理员可以理解的.它应该解释什么是堆/非堆内存以及不同内存池的意义.
I tried to find an interpretation of the memory segments of the sun java vm, which would also be understandable by an administrator. It should explain what heap / non-heap memory is and the significance of the different memory pools.
如果它以某种方式与 jconsole 视图相关,那将是一个奖励.
If it would somehow relate to the jconsole view, it would be a bonus.
有没有这样解释的网站?
Is there somewhere a website with such an explanation?
这是我记下的资源列表.其中一些解释了堆/垃圾收集的工作原理,而另一些则详细介绍了如何配置所有内容.
Here's a list of resources I had noted down. Some of these explain how the heap/garbage collection works and some have details on how to configure everything.
IBM
太阳
其他
这篇关于Java 内存解释 (SUN JVM)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!