Skip to content

How many threads does Pluto use vs Threads.nthreads()? #2087

Discussion options

You must be logged in to vote

The flags that you give to julia only apply to Pluto's server, not to the notebook processes that it spawns. So if you run Threads.nthreads() in a notebook, it is giving you the number of threads of the notebook process, not the server process.

You can set parameters for notebook processes with keyword arguments to Pluto.run, e.g.

Pluto.run(threads="16", compile="0")

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by fonsp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2086 on May 02, 2022 13:23.