mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-11 07:24:30 +08:00
11 lines
465 B
Elixir
11 lines
465 B
Elixir
# Disable busy waiting so that we don't waste resources
|
|
# Limit the maximal number of ports for the same reason
|
|
+sbwt none +sbwtdcpu none +sbwtdio none +Q 65536
|
|
|
|
# Set custom EPMD module and port
|
|
#
|
|
# Note we don't use -erl_epmd_port here on purpose,
|
|
# because that also assumes all nodes we connect to
|
|
# run on erl_epmd_port and Livebook's attached node
|
|
# needs to be able to connect regurlarly.
|
|
-epmd_module Elixir.Livebook.EPMD -kernel inet_dist_listen_min 13825
|