|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
6 | | - <title>2018 12 09 Jvm Gc Optimization - Daniel's blog</title> |
| 6 | + <title>浅谈JVM GC调优 - Daniel's blog</title> |
7 | 7 | <meta name="renderer" content="webkit" /> |
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> |
9 | 9 |
|
|
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 | | -<meta property="og:title" content="2018 12 09 Jvm Gc Optimization" /> |
| 52 | +<meta property="og:title" content="浅谈JVM GC调优" /> |
53 | 53 | <meta property="og:description" content="JVM上的GC,解放了Java程序员的生产力,使手动管理内存变成了上古武功。但Java应用动辄几十毫秒甚至秒级的暂停时间,变成了所有Java" /> |
54 | 54 | <meta property="og:type" content="article" /> |
55 | 55 | <meta property="og:url" content="http://tinycedar.com/post/2018/12/09/jvm-gc-optimization/" /><meta property="article:published_time" content="2018-12-09T15:09:26+08:00"/> |
56 | | -<meta property="article:modified_time" content="2018-12-09T15:10:32+08:00"/> |
| 56 | +<meta property="article:modified_time" content="2018-12-09T15:13:08+08:00"/> |
57 | 57 |
|
58 | | -<meta itemprop="name" content="2018 12 09 Jvm Gc Optimization"> |
| 58 | +<meta itemprop="name" content="浅谈JVM GC调优"> |
59 | 59 | <meta itemprop="description" content="JVM上的GC,解放了Java程序员的生产力,使手动管理内存变成了上古武功。但Java应用动辄几十毫秒甚至秒级的暂停时间,变成了所有Java"> |
60 | 60 |
|
61 | 61 |
|
|
67 | 67 |
|
68 | 68 | <meta itemprop="keywords" content="" /> |
69 | 69 | <meta name="twitter:card" content="summary"/> |
70 | | -<meta name="twitter:title" content="2018 12 09 Jvm Gc Optimization"/> |
| 70 | +<meta name="twitter:title" content="浅谈JVM GC调优"/> |
71 | 71 | <meta name="twitter:description" content="JVM上的GC,解放了Java程序员的生产力,使手动管理内存变成了上古武功。但Java应用动辄几十毫秒甚至秒级的暂停时间,变成了所有Java"/> |
72 | 72 |
|
73 | 73 | <!--[if lte IE 9]> |
|
135 | 135 | <article class="post"> |
136 | 136 |
|
137 | 137 | <header class="post-header"> |
138 | | - <h1 class="post-title">2018 12 09 Jvm Gc Optimization</h1> |
| 138 | + <h1 class="post-title">浅谈JVM GC调优</h1> |
139 | 139 |
|
140 | 140 | <div class="post-meta"> |
141 | 141 | <span class="post-time"> 2018-12-09 </span> |
@@ -426,7 +426,7 @@ <h2 id="参考资料">参考资料</h2> |
426 | 426 | <script type="text/javascript"> |
427 | 427 | const gitment = new Gitment({ |
428 | 428 | id: '2018-12-09 15:09:26 \x2b0800 CST', |
429 | | - title: '2018 12 09 Jvm Gc Optimization', |
| 429 | + title: '浅谈JVM GC调优', |
430 | 430 | link: decodeURI(location.href), |
431 | 431 | desc: 'JVM上的GC,解放了Java程序员的生产力,使手动管理内存变成了上古武功。但Java应用动辄几十毫秒甚至秒级的暂停时间,变成了所有Java', |
432 | 432 | owner: 'tinycedar', |
|
0 commit comments