We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d347c5 commit db462bfCopy full SHA for db462bf
1 file changed
rel/vm.args.eex
@@ -28,13 +28,13 @@
28
-code_path_choice strict
29
30
## Disable scheduler busy wait to reduce idle CPU usage and avoid delaying
31
-## other OS processes. See http://erlang.org/doc/man/erl.html#+sbwt
+## other OS processes. See https://www.erlang.org/doc/apps/erts/erl_cmd.html#+sbwt
32
+sbwt none
33
+sbwtdcpu none
34
+sbwtdio none
35
36
## Save the shell history between reboots
37
-## See http://erlang.org/doc/man/kernel_app.html for additional options
+## See https://www.erlang.org/doc/apps/kernel/kernel_app for additional options
38
-kernel shell_history enabled
39
40
## Enable heartbeat monitoring of the Erlang runtime system
0 commit comments