JavaShuo
栏目
标签
JVM垃圾回收调优【官方版】
时间 2019-11-08
标签
jvm
垃圾
回收
官方版
栏目
Java
繁體版
原文
原文链接
Contents
Title and Copyright Information
Preface
Audience
Documentation Accessibility
Related Documents
Conventions
1 Introduction
2 Ergonomics
Garbage Collector, Heap, and Runtime Compiler Default Selections
Behavior-Based Tuning
Maximum Pause Time Goal
Throughput Goal
Footprint Goal
Tuning Strategy
3 Generations
Performance Considerations
Measurement
4 Sizing the Generations
Total Heap
The Young Generation
Survivor Space Sizing
5 Available Collectors
Selecting a Collector
6 The Parallel Collector
Generations
Parallel Collector Ergonomics
Priority of Goals
Generation Size Adjustments
Default Heap Size
Client JVM Default Initial and Maximum Heap Sizes
Server JVM Default Initial and Maximum Heap Sizes
Specifying Initial and Maximum Heap Sizes
Excessive GC Time and OutOfMemoryError
Measurements
7 The Mostly Concurrent Collectors
Overhead of Concurrency
Additional References
8 Concurrent Mark Sweep (CMS) Collector
Concurrent Mode Failure
Excessive GC Time and OutOfMemoryError
Floating Garbage
Pauses
Concurrent Phases
Starting a Concurrent Collection Cycle
Scheduling Pauses
Incremental Mode
Command-Line Options
Recommended Options
Basic Troubleshooting
Measurements
9 Garbage-First Garbage Collector
Allocation (Evacuation) Failure
Floating Garbage
Pauses
Card Tables and Concurrent Phases
Starting a Concurrent Collection Cycle
Pause Time Goal
10 Garbage-First Garbage Collector Tuning
Garbage Collection Phases
Young Garbage Collections
Mixed Garbage Collections
Phases of the Marking Cycle
Important Defaults
How to Unlock Experimental VM Flags
Recommendations
Overflow and Exhausted Log Messages
Humongous Objects and Humongous Allocations
11 Other Considerations
Finalization and Weak, Soft, and Phantom References
Explicit Garbage Collection
Soft References
Class Metadata
相关文章
1.
jvm垃圾回收调优
2.
@JVM垃圾回收调优方法
3.
jvm调优-垃圾回收算法
4.
jvm调优垃圾回收(1)
5.
JVM垃圾回收机制及调优
6.
JVM垃圾回收与调优详解
7.
JVM调优之垃圾回收器
8.
jvm 调优(2)垃圾回收算法
9.
JVM GC垃圾回收调优
10.
JVM垃圾回收与性能调优
更多相关文章...
•
Lua 垃圾回收
-
Lua 教程
•
Redis的超时命令和垃圾回收策略
-
Redis教程
•
算法总结-回溯法
•
算法总结-广度优先算法
相关标签/搜索
垃圾回收
垃圾
垃圾回收算法
垃圾回收GC算法JVM篇四
官方版
调优方法
垃圾场
垃圾桶
垃圾处理
垃圾箱
Java
PHP 7 新特性
MySQL教程
SQLite教程
JVM
调度
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
外部其他进程嵌入到qt FindWindow获得窗口句柄 报错无法链接的外部符号 [email protected] 无法被([email protected]@[email protected]@@引用
2.
UVa 11524 - InCircle
3.
The Monocycle(bfs)
4.
VEC-C滑窗
5.
堆排序的应用-TOPK问题
6.
实例演示ElasticSearch索引查询term,match,match_phase,query_string之间的区别
7.
数学基础知识 集合
8.
amazeUI 复择框问题解决
9.
背包问题理解
10.
算数平均-几何平均不等式的证明,从麦克劳林到柯西
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
jvm垃圾回收调优
2.
@JVM垃圾回收调优方法
3.
jvm调优-垃圾回收算法
4.
jvm调优垃圾回收(1)
5.
JVM垃圾回收机制及调优
6.
JVM垃圾回收与调优详解
7.
JVM调优之垃圾回收器
8.
jvm 调优(2)垃圾回收算法
9.
JVM GC垃圾回收调优
10.
JVM垃圾回收与性能调优
>>更多相关文章<<