mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-01 17:34:22 +08:00
Some modern Linux distributions have ridiculous default limits of file descriptors. For example, Rocky Linux has a default configuration of up to 134217727 file descriptors. Setting to 64k descriptors is unlimited in the traditional sense.
3 lines
161 B
Elixir
3 lines
161 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
|