Modify the NOTE descripition at the begining of the file
This commit is contained in:
parent
68a6a88eb9
commit
7c7d6b031c
|
@ -3,9 +3,11 @@
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
## NOTE:
|
## NOTE:
|
||||||
## Basic args like '-name' and '-setcookie' should be configured in emqx.conf
|
##
|
||||||
## If they are configured in both file, the args configured in emqx.conf will
|
## Arguments configured in this file might be overridden by configs from `emqx.conf`.
|
||||||
## be used.
|
##
|
||||||
|
## Some basic VM arguments are to be configured in `emqx.conf`,
|
||||||
|
## such as `node.name` for `-name` and `node.cooke` for `-setcookie`.
|
||||||
|
|
||||||
## Sets the maximum number of simultaneously existing processes for this system.
|
## Sets the maximum number of simultaneously existing processes for this system.
|
||||||
+P 256000
|
+P 256000
|
||||||
|
|
|
@ -3,9 +3,11 @@
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
## NOTE:
|
## NOTE:
|
||||||
## Basic args like '-name' and '-setcookie' should be configured in emqx.conf
|
##
|
||||||
## If they are configured in both file, the args configured in emqx.conf will
|
## Arguments configured in this file might be overridden by configs from `emqx.conf`.
|
||||||
## be used.
|
##
|
||||||
|
## Some basic VM arguments are to be configured in `emqx.conf`,
|
||||||
|
## such as `node.name` for `-name` and `node.cooke` for `-setcookie`.
|
||||||
|
|
||||||
## Sets the maximum number of simultaneously existing processes for this system.
|
## Sets the maximum number of simultaneously existing processes for this system.
|
||||||
+P 20480
|
+P 20480
|
||||||
|
|
Loading…
Reference in New Issue