You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2022/11/04 00:22:03 UTC

[dubbo-website] branch master updated: Update 4.md (#1583)

This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new cfe25e7796b Update 4.md (#1583)
cfe25e7796b is described below

commit cfe25e7796bdab043f415d75061439d461047009
Author: JIAN ZHONG <11...@qq.com>
AuthorDate: Fri Nov 4 08:21:57 2022 +0800

    Update 4.md (#1583)
---
 content/zh/docs3-v2/java-sdk/faq/0/4.md | 26 +++++++++++---------------
 1 file changed, 11 insertions(+), 15 deletions(-)

diff --git a/content/zh/docs3-v2/java-sdk/faq/0/4.md b/content/zh/docs3-v2/java-sdk/faq/0/4.md
index fa49037748a..fa39c078ba0 100644
--- a/content/zh/docs3-v2/java-sdk/faq/0/4.md
+++ b/content/zh/docs3-v2/java-sdk/faq/0/4.md
@@ -5,25 +5,25 @@ linkTitle: "0-4 - 缓存条目超限"
 weight: 4
 ---
 其它模块复用了 Common 层的基于文件的缓存机制(目前是元数据模块),而 Common 层的文件缓存机制 “发觉” 条目超限。
-显示的例子如下:
 
-## 可能的原因
-1. 用户不合理地配置了 Java System Property (用 -D 配置的 Java 系统属性) `dubbo.mapping.cache.entrySize` 或者 `dubbo.meta.cache.entrySize`
 
-{{% pageinfo %}}
+### 可能的原因
+用户不合理地配置了 **Java System Property** (用 -D 配置的 Java 系统属性) `dubbo.mapping.cache.entrySize` 或者 `dubbo.meta.cache.entrySize`
 
-**提示:**
-
-`dubbo.mapping.cache.entrySize` 或者 `dubbo.meta.cache.entrySize` 的默认值如下:
+默认值如下
 
 <style>
     .sheet-border, .sheet-border tr, .sheet-border tr td {
-        border: 1px black solid;
+        border-width: 1px;
+        border-color: black;
         text-align: center;
     }
 
     .sheet-border tr td {
-        padding: 0.5rem 2rem;
+        height: 48px;
+        width: 83px;
+        border-style: solid;
+        padding: 0.6rem 0.6rem;
     }
 
     .sheet-header td {
@@ -43,10 +43,6 @@ weight: 4
     </tr>
 </table>
 
-{{% /pageinfo %}}
-
-## 排查和解决步骤
+### 排查和解决步骤
 1. 尝试重新配置上述 **Java System Property(用 -D 配置的 Java 系统属性)**。
-2. 如果确实没有配置这些 System Property,请到 [GitHub Issue Tracker](https://github.com/apache/dubbo/issues) 下发 Issue。
-
-<p style="margin-top: 3rem;"> </p>
\ No newline at end of file
+2. 如果确实没有配置这些 **System Property**,请到 [GitHub Issue Tracker](https://github.com/apache/dubbo/issues) 下发 Issue。