Java内存解释(SUN JVM) [英] Java Memory explained (SUN JVM)

查看:114
本文介绍了Java内存解释(SUN JVM)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图找到对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

  • How does garbage collection work?
  • Detailed description of garbage collection
  • Generational and concurrent garbage collection

Sun

  • Turbo-charging Java HotSpot Virtual Machine, v1.4.x to Improve the Performance and Scalability of Application Servers - (discussion of low pause collectors)
  • Performance Documentation for the Java HotSpot VM
  • Improving Java Application Performance and Scalability by Reducing Garbage Collection Times and Sizing Memory Using JDK 1.4.1
  • Frequently Asked Questions About the Java HotSpot VM
  • Java HotSpot VM Options

其他

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆