livebook/rel/server/vm.args.eex
2025-04-28 10:27:48 +02:00

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