mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-14 11:55:12 +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
|