Skip to content

Commit

Permalink
fix(monitoring): update large heap desc
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and Kinplemelon committed Dec 23, 2024
1 parent 0f243a0 commit c36c016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/schemaText/schema-text-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>large_heap</code> log, and an MQTT message is published to\nthe system topic <code>$SYS/sysmon/large_heap</code>.",
"desc": "When the heap memory occupied by a process exceeds the size specified by <code>large_heap</code>, the system will write a warning level <code>large_heap</code> log, and an MQTT message is published to\nthe system topic <code>$SYS/sysmon/large_heap</code>.",
"label": "Enable Large Heap monitoring"
},
"mqtt_shared_subscription_strategy": {
Expand Down
2 changes: 1 addition & 1 deletion src/schemaText/schema-text-zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@
"desc": "是否开启主题表压缩存储。\n启用它会显着提高通配符主题订阅率,如果通配符主题具有唯一前缀,例如:'sensor/{'{'}{'{'}id{'}'}{'}'}/+/',其中每个订阅者的 ID 是唯一的。\n如果消息主要发布到具有大量级别的主题,则主题匹配性能(发布时)可能会降低。\n\n注意:这是一个集群范围的配置。 它要求在更改之前停止所有节点。"
},
"sysmon_vm_large_heap": {
"desc": "启用后,当一个 Erlang 进程申请了大量内存,系统会触发一条带有 <code>large_heap</code> 关键字的\nwarning 级别日志。同时还会发布一条主题为 <code>$SYS/sysmon/busy_dist_port</code> 的 MQTT 系统消息。",
"desc": "当进程占用的堆内存超过 large_heap 指定的大小时,系统会触发一条带有 <code>large_heap</code> 关键字的 warning 级别日志。同时还会发布一条主题为 <code>$SYS/sysmon/large_heap</code> 的 MQTT 系统消息。",
"label": "启用大 heap 监控"
},
"mqtt_shared_subscription_strategy": {
Expand Down

0 comments on commit c36c016

Please sign in to comment.