blob: 8c8b2ed24af5f6f79ae9bcd40f332a5af4458bac [file] [log] [blame]
## Name of the node
-name dubboerl@127.0.0.1
## Cookie for distributed erlang
-setcookie test_cookie
## Heartbeat management; auto-restarts VM if it dies or becomes unresponsive
## (Disabled by default..use with caution!)
##-heart
## Enable kernel poll and a few async threads
+K true
##+A 5
## Increase number of concurrent ports/sockets
-env ERL_MAX_PORTS 10240000
## too many db tables
-env ERL_MAX_ETS_TABLES 125535
+P 3000000
## Tweak GC to run more often
-env ERL_FULLSWEEP_AFTER 30000
## +S 2
## erlang 端口上退 默认65535
+Q 2000000
-kernel inet_dist_listen_min 4370 inet_dist_listen_max 4388
## 调度类型
-sub true