|
|
@@ -438,10 +438,12 @@ emqx_ee_bridge_kafka {
|
|
|
desc {
|
|
|
en: "Applicable when buffer mode is set to <code>memory</code> or <code>hybrid</code>.\n"
|
|
|
"EMQX will drop old cached messages under high memory pressure. "
|
|
|
- "The high memory threshold is defined in config <code>sysmon.os.sysmem_high_watermark</code>."
|
|
|
+ "The high memory threshold is defined in config <code>sysmon.os.sysmem_high_watermark</code>. "
|
|
|
+ "NOTE: This config only works on Linux."
|
|
|
zh: "缓存模式是 <code>memory</code> 或 <code>hybrid</code> 时适用。"
|
|
|
"当系统处于高内存压力时,从队列中丢弃旧的消息以减缓内存增长。"
|
|
|
"内存压力值由配置项 <code>sysmon.os.sysmem_high_watermark</code> 决定。"
|
|
|
+ "注意,该配置仅在 Linux 系统中有效。"
|
|
|
}
|
|
|
label {
|
|
|
en: "Memory Overload Protection"
|