|
|
@@ -13,8 +13,14 @@ emqx_conf_schema {
|
|
|
|
|
|
process_limit {
|
|
|
desc {
|
|
|
- en: """Maximum number of simultaneously existing processes for this Erlang system."""
|
|
|
- zh: """Erlang系统同时存在的最大进程数。"""
|
|
|
+ en: """Maximum number of simultaneously existing processes for this Erlang system.
|
|
|
+The actual maximum chosen may be much larger than the Number passed.
|
|
|
+For more information, see: https://www.erlang.org/doc/man/erl.html
|
|
|
+ """
|
|
|
+ zh: """Erlang系统同时存在的最大进程数。
|
|
|
+实际选择的最大值可能比设置的数字大得多。
|
|
|
+参考: https://www.erlang.org/doc/man/erl.html
|
|
|
+ """
|
|
|
}
|
|
|
label {
|
|
|
en: "Erlang Process Limit"
|
|
|
@@ -24,8 +30,14 @@ emqx_conf_schema {
|
|
|
|
|
|
max_ports {
|
|
|
desc {
|
|
|
- en: """Maximum number of simultaneously existing ports for this Erlang system."""
|
|
|
- zh: """Erlang系统同时存在的最大端口数。"""
|
|
|
+ en: """Maximum number of simultaneously existing ports for this Erlang system.
|
|
|
+The actual maximum chosen may be much larger than the Number passed.
|
|
|
+For more information, see: https://www.erlang.org/doc/man/erl.html
|
|
|
+ """
|
|
|
+ zh: """Erlang系统同时存在的最大端口数。
|
|
|
+实际选择的最大值可能比设置的数字大得多。
|
|
|
+参考: https://www.erlang.org/doc/man/erl.html
|
|
|
+ """
|
|
|
}
|
|
|
label {
|
|
|
en: "Erlang Port Limit"
|