Skip to content

Commit 7698aa0

Browse files
author
yangjingjing
committed
init blog
1 parent 7d8be59 commit 7698aa0

44 files changed

Lines changed: 4840 additions & 374 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_posts/2016-01-01-JVM总览.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
categories: JVM
3+
categories: [JVM]
44
description: none
55
keywords: JVM
66
---

_posts/2016-01-02-JVM基本结构.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
categories: JVM
3+
categories: [JVM]
44
description: none
55
keywords: JVM
66
---

_posts/2016-01-03-JVM对象探秘.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
categories: JVM
3+
categories: [JVM]
44
description: none
55
keywords: JVM
66
---

_posts/2016-01-04-JVM参数.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
categories: JVM
3+
categories: [JVM]
44
description: none
55
keywords: JVM
66
---

_posts/2016-01-05-JVM垃圾收集.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
categories: JVM
3+
categories: [JVM]
44
description: none
55
keywords: JVM
66
---

_posts/2016-01-06-垃圾收集算法.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
categories: JVM
3+
categories: [JVM]
44
description: none
55
keywords: JVM
66
---

_posts/2016-01-07-垃圾收集器.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
categories: JVM
3+
categories: [JVM]
44
description: none
55
keywords: JVM
66
---
@@ -58,9 +58,9 @@ ParNew回收器工作时的线程数量可以使用-XX:ParallelGCThreads参数
5858

5959
新生代ParallelGC回收器可以使用以下参数启用。
6060

61-
·-XX+UseParallelGC: 新生代使用ParallelGC回收器,老年代使用串行回收器。
61+
·-XX:+UseParallelGC: 新生代使用ParallelGC回收器,老年代使用串行回收器。
6262

63-
·-XX+UseParallelOldGC: 新生代使用 ParallelGC 回收器,老年代使用 ParallelOldGC回收器。
63+
·-XX:+UseParallelOldGC: 新生代使用 ParallelGC 回收器,老年代使用 ParallelOldGC回收器。
6464

6565
ParallelGC回收器提供了两个重要的参数用于控制系统的吞吐量。
6666

_posts/2016-01-08-GC实战.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
categories: JVM
3+
categories: [JVM]
44
description: none
55
keywords: JVM
66
---

_posts/2016-01-08-性能监控工具.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
categories: JVM
3+
categories: [JVM]
44
description: none
55
keywords: JVM
66
---

_posts/2016-01-09-GC调优命令.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
categories: JVM
3+
categories: [JVM]
44
description: none
55
keywords: JVM
66
---

0 commit comments

Comments
 (0)