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

9 lines
368 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
-epmd_module Elixir.Livebook.EPMD -erl_epmd_port 13825
# Disable listening and does not start epmd (due to RELEASE_DISTRIBUTION=name)
-dist_listen false -start_epmd false