Increase the default stack for dirty io threads (cuda requires it) (#585)

Closes #579.
This commit is contained in:
José Valim 2021-10-05 18:23:50 +02:00 committed by GitHub
parent b3df13dd77
commit d8a7af62e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,10 +38,11 @@ defmodule Livebook.Runtime.StandaloneInit do
"--erl",
# Minimize schedulers busy wait threshold,
# so that they go to sleep immediately after evaluation.
# Increase the default stack for dirty io threads (cuda requires it).
# Enable ANSI escape codes as we handle them with HTML.
# Disable stdin, so that the system process never tries to read
# any input from the terminal.
"+sbwt none +sbwtdcpu none +sbwtdio none -elixir ansi_enabled true -noinput",
"+sbwt none +sbwtdcpu none +sbwtdio none +sssdio 128 -elixir ansi_enabled true -noinput",
# Make the node hidden, so it doesn't automatically join the cluster
"--hidden",
# Use the cookie in Livebook