Java 内存解释 (SUN JVM)

2023-08-25Java开发问题
4

本文介绍了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

  • 垃圾回收是如何工作的?
  • 垃圾回收详解
  • 分代和并发垃圾回收

太阳

  • 涡轮增压 Java HotSpot 虚拟机,v1.4.x提高应用服务器的性能和可扩展性 -(关于低暂停收集器的讨论)
  • Java HotSpot VM 的性能文档
  • 通过减少垃圾收集时间和调整内存大小来提高 Java 应用程序的性能和可伸缩性JDK 1.4.1
  • 关于 Java HotSpot VM 的常见问题
  • Java HotSpot VM 选项
  • 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

其他

  • Java 专家通讯
    • 关于性能的文章
    • 确定 Java 中的内存使用情况

    这篇关于Java 内存解释 (SUN JVM)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

    The End

相关推荐

如何使用 JAVA 向 COM PORT 发送数据?
How to send data to COM PORT using JAVA?(如何使用 JAVA 向 COM PORT 发送数据?)...
2024-08-25 Java开发问题
21

如何使报表页面方向更改为“rtl"?
How to make a report page direction to change to quot;rtlquot;?(如何使报表页面方向更改为“rtl?)...
2024-08-25 Java开发问题
19

在 Eclipse 项目中使用西里尔文 .properties 文件
Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)...
2024-08-25 Java开发问题
18

有没有办法在 Java 中检测 RTL 语言?
Is there any way to detect an RTL language in Java?(有没有办法在 Java 中检测 RTL 语言?)...
2024-08-25 Java开发问题
11

如何在 Java 中从 DB 加载资源包消息?
How to load resource bundle messages from DB in Java?(如何在 Java 中从 DB 加载资源包消息?)...
2024-08-25 Java开发问题
13

如何更改 Java 中的默认语言环境设置以使其保持一致?
How do I change the default locale settings in Java to make them consistent?(如何更改 Java 中的默认语言环境设置以使其保持一致?)...
2024-08-25 Java开发问题
13