Browse Source

Modify the NOTE descripition at the begining of the file

terry-xiaoyu 7 years atrás
parent
commit
7c7d6b031c
2 changed files with 10 additions and 6 deletions
  1. 5 3
      etc/vm.args.cloud
  2. 5 3
      etc/vm.args.edge

+ 5 - 3
etc/vm.args.cloud

@@ -3,9 +3,11 @@
 ##############################
 
 ## 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
-## be used.
+##
+## Arguments configured in this file might be overridden by configs from `emqx.conf`.
+##
+## 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.
 +P 256000

+ 5 - 3
etc/vm.args.edge

@@ -3,9 +3,11 @@
 ##############################
 
 ## 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
-## be used.
+##
+## Arguments configured in this file might be overridden by configs from `emqx.conf`.
+##
+## 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.
 +P 20480