name, setcookie max processes
This commit is contained in:
parent
f3057c08e4
commit
ed3048232a
|
@ -1,8 +1,8 @@
|
|||
## Name of the node
|
||||
-sname emqtt
|
||||
-name emqtt@127.0.0.1
|
||||
|
||||
## Cookie for distributed erlang
|
||||
-setcookie emqtt
|
||||
-setcookie emqttsecretcookie
|
||||
|
||||
## Heartbeat management; auto-restarts VM if it dies or becomes unresponsive
|
||||
## (Disabled by default..use with caution!)
|
||||
|
@ -14,7 +14,7 @@
|
|||
+A 32
|
||||
|
||||
## max process numbers
|
||||
+P 100000
|
||||
+P 1000000
|
||||
|
||||
## Increase number of concurrent ports/sockets
|
||||
-env ERL_MAX_PORTS 4096
|
||||
|
@ -25,3 +25,4 @@
|
|||
|
||||
## Tweak GC to run more often
|
||||
##-env ERL_FULLSWEEP_AFTER 10
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue