diff --git a/src/schemaText/schema-text-en.json b/src/schemaText/schema-text-en.json index 872742cb1..01d5d784a 100644 --- a/src/schemaText/schema-text-en.json +++ b/src/schemaText/schema-text-en.json @@ -1348,7 +1348,7 @@ "desc": "Enable trie path compaction.\nEnabling it significantly improves wildcard topic subscribe rate, if wildcard topics have unique prefixes like: 'sensor/{'{'}{'{'}id{'}'}{'}'}/+/', where ID is unique per subscriber.\nTopic match performance (when publishing) may degrade if messages are mostly published to topics with large number of levels.\n\nNOTE: This is a cluster-wide configuration. It requires all nodes to be stopped before changing it." }, "sysmon_vm_large_heap": { - "desc": "When an Erlang process consumed a large amount of memory for its heap space,\nthe system will write a warning level large_heap log, and an MQTT message is published to\nthe system topic $SYS/sysmon/large_heap.", + "desc": "When the heap memory occupied by a process exceeds the size specified by large_heap, the system will write a warning level large_heap log, and an MQTT message is published to\nthe system topic $SYS/sysmon/large_heap.", "label": "Enable Large Heap monitoring" }, "mqtt_shared_subscription_strategy": { diff --git a/src/schemaText/schema-text-zh.json b/src/schemaText/schema-text-zh.json index 918178d0a..b38206a7d 100644 --- a/src/schemaText/schema-text-zh.json +++ b/src/schemaText/schema-text-zh.json @@ -1344,7 +1344,7 @@ "desc": "是否开启主题表压缩存储。\n启用它会显着提高通配符主题订阅率,如果通配符主题具有唯一前缀,例如:'sensor/{'{'}{'{'}id{'}'}{'}'}/+/',其中每个订阅者的 ID 是唯一的。\n如果消息主要发布到具有大量级别的主题,则主题匹配性能(发布时)可能会降低。\n\n注意:这是一个集群范围的配置。 它要求在更改之前停止所有节点。" }, "sysmon_vm_large_heap": { - "desc": "启用后,当一个 Erlang 进程申请了大量内存,系统会触发一条带有 large_heap 关键字的\nwarning 级别日志。同时还会发布一条主题为 $SYS/sysmon/busy_dist_port 的 MQTT 系统消息。", + "desc": "当进程占用的堆内存超过 large_heap 指定的大小时,系统会触发一条带有 large_heap 关键字的 warning 级别日志。同时还会发布一条主题为 $SYS/sysmon/large_heap 的 MQTT 系统消息。", "label": "启用大 heap 监控" }, "mqtt_shared_subscription_strategy": {