mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-11 07:24:30 +08:00
9 lines
368 B
Elixir
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
|