From df91d7d2ea34a1730cc54743dcbefd654c1dab62 Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Fri, 3 Jul 2020 09:46:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...201\351\227\256\351\242\230\345\244\204\347\220\206-17.md" | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git "a/content/zh/docs/Developerguide/\345\270\270\350\247\201\351\227\256\351\242\230\345\244\204\347\220\206-17.md" "b/content/zh/docs/Developerguide/\345\270\270\350\247\201\351\227\256\351\242\230\345\244\204\347\220\206-17.md" index dca85169a..4db6879ee 100644 --- "a/content/zh/docs/Developerguide/\345\270\270\350\247\201\351\227\256\351\242\230\345\244\204\347\220\206-17.md" +++ "b/content/zh/docs/Developerguide/\345\270\270\350\247\201\351\227\256\351\242\230\345\244\204\347\220\206-17.md" @@ -13,7 +13,9 @@ 当MOT自动调整内存限制时会给出类似如下告警: -\[WARNING\] Adjusting MOT memory limits: global = 8623 MB, local = 1617 MB, session large store = 0 MB, total = 10240 MB +``` +[WARNING] Adjusting MOT memory limits: global = 8623 MB, local = 1617 MB, session large store = 0 MB, total = 10240 MB +``` 此外,当总的内存使用量接近选定的内存限制时,MOT禁止插入新数据。可以通过mot.conf文件的high\_red\_mark\_percent配置项设置停止插入新数据时max\_mot\_memory的百分比阈值。默认值是90,意味着90%。如果超过阈值后仍然插入新数据,将会向用户返回一个错误,也会记录在数据库日志文件中。 -- Gitee