mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-22 22:05:03 +08:00
4 lines
224 B
Elixir
4 lines
224 B
Elixir
# Disable busy waiting so that we don't waste resources
|
|
# Limit the maximal number of ports for the same reason
|
|
# Set the custom EPMD module
|
|
+sbwt none +sbwtdcpu none +sbwtdio none +Q 65536 -epmd_module Elixir.Livebook.EPMD
|