Skip to content

Commit

Permalink
Update GC调优参数.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailclimb committed Jun 6, 2020
1 parent 5f90c66 commit d5f5a15
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/java/jvm/GC调优参数.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
> 原文地址: https://juejin.im/post/5c94a123f265da610916081f。
## JVM 配置常用参数
## JVM 配置常用参数

1. 堆参数;
2. 回收器参数;
3. 项目中常用配置;
4. 常用组合;
1. Java内存区域常见配置参数概览
2. 堆参数;
3. 回收器参数;
4. 项目中常用配置;
5. 常用组合;

### Java内存区域常见配置参数概览

![](https://imgkr.cn-bj.ufileos.com/99109d10-f638-4922-aeb6-0a353c3d1e86.png)

### 堆参数

Expand Down

0 comments on commit d5f5a15

Please sign in to comment.