Skip to content

Commit 2d31bfe

Browse files
committed
Optimize port usage.
1 parent ae9ace4 commit 2d31bfe

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

config/files/vm.args

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@
1313
+A 256
1414

1515
## Increase number of concurrent ports/sockets
16-
-env ERL_MAX_PORTS 4096
16+
-env ERL_MAX_PORTS 8192
1717

1818
## Tweak GC to run more often
1919
-env ERL_FULLSWEEP_AFTER 10
2020

21+
##Set the distribution buffer busy limit in KB
22+
+zdbbl 1024000
23+
24+
## Set port parallelism scheduling hint
25+
+spp true
26+

0 commit comments

Comments
 (0)