|
32 | 32 |
|
33 | 33 |
|
34 | 34 | <meta property="og:title" content="生产环境内存泄露分析" />
|
35 |
| -<meta property="og:description" content="项目架构 Java+gRPC+Rails 因生产环境频繁出现宕机的情况,平均一周需要重启下服务器,这谁顶得住啊。。这个问题必须解决。在开始分析问题之前,我们先重启一次服务器" /> |
| 35 | +<meta property="og:description" content="项目基础架构: Java+gRPC+Rails 因生产环境频繁出现宕机的情况,平均一周需要重启下服务器,这谁顶得住啊。。这个问题必须解决。在开始分析问题之前,我们先重启一次" /> |
36 | 36 | <meta property="og:type" content="article" />
|
37 | 37 | <meta property="og:url" content="https://johnnyting.github.io/posts/%E7%94%9F%E4%BA%A7%E7%8E%AF%E5%A2%83%E5%86%85%E5%AD%98%E6%B3%84%E9%9C%B2%E5%88%86%E6%9E%90/" /><meta property="article:published_time" content="2019-11-27T16:59:43+08:00"/>
|
38 | 38 | <meta property="article:modified_time" content="2019-11-27T16:59:43+08:00"/>
|
39 | 39 |
|
40 | 40 | <meta itemprop="name" content="生产环境内存泄露分析">
|
41 |
| -<meta itemprop="description" content="项目架构 Java+gRPC+Rails 因生产环境频繁出现宕机的情况,平均一周需要重启下服务器,这谁顶得住啊。。这个问题必须解决。在开始分析问题之前,我们先重启一次服务器"> |
| 41 | +<meta itemprop="description" content="项目基础架构: Java+gRPC+Rails 因生产环境频繁出现宕机的情况,平均一周需要重启下服务器,这谁顶得住啊。。这个问题必须解决。在开始分析问题之前,我们先重启一次"> |
42 | 42 |
|
43 | 43 |
|
44 | 44 | <meta itemprop="datePublished" content="2019-11-27T16:59:43+08:00" />
|
45 | 45 | <meta itemprop="dateModified" content="2019-11-27T16:59:43+08:00" />
|
46 |
| -<meta itemprop="wordCount" content="1984"> |
| 46 | +<meta itemprop="wordCount" content="1987"> |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 | 50 | <meta itemprop="keywords" content="ruby,java," />
|
51 | 51 | <meta name="twitter:card" content="summary"/>
|
52 | 52 | <meta name="twitter:title" content="生产环境内存泄露分析"/>
|
53 |
| -<meta name="twitter:description" content="项目架构 Java+gRPC+Rails 因生产环境频繁出现宕机的情况,平均一周需要重启下服务器,这谁顶得住啊。。这个问题必须解决。在开始分析问题之前,我们先重启一次服务器"/> |
| 53 | +<meta name="twitter:description" content="项目基础架构: Java+gRPC+Rails 因生产环境频繁出现宕机的情况,平均一周需要重启下服务器,这谁顶得住啊。。这个问题必须解决。在开始分析问题之前,我们先重启一次"/> |
54 | 54 |
|
55 | 55 | </head>
|
56 | 56 |
|
@@ -171,7 +171,7 @@ <h1 class="f1 athelas mb1">生产环境内存泄露分析</h1>
|
171 | 171 |
|
172 | 172 | </header>
|
173 | 173 |
|
174 |
| - <section class="nested-copy-line-height lh-copy serif f4 nested-links nested-img mid-gray pr4-l w-two-thirds-l"><p>项目架构 Java+gRPC+Rails</p> |
| 174 | + <section class="nested-copy-line-height lh-copy serif f4 nested-links nested-img mid-gray pr4-l w-two-thirds-l"><p>项目基础架构: Java+gRPC+Rails</p> |
175 | 175 |
|
176 | 176 | <p>因生产环境频繁出现宕机的情况,平均一周需要重启下服务器,这谁顶得住啊。。这个问题必须解决。在开始分析问题之前,我们先重启一次服务器,然后每天记录cpu、内存使用情况。内存记录如下:</p>
|
177 | 177 |
|
|
0 commit comments