Skip to content

Commit

Permalink
Modify the NOTE descripition at the begining of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
terry-xiaoyu authored and Feng Lee committed Dec 14, 2018
1 parent 68a6a88 commit 7c7d6b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions etc/vm.args.cloud
Expand Up @@ -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
Expand Down
8 changes: 5 additions & 3 deletions etc/vm.args.edge
Expand Up @@ -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
Expand Down

0 comments on commit 7c7d6b0

Please sign in to comment.