Interesting! It looks like it comes from nprocesses_nthreads(). Well, for a method that is still general for CPU counts we could just do client = Client(threads_per_worker=1)
.
1 Like
Interesting! It looks like it comes from nprocesses_nthreads(). Well, for a method that is still general for CPU counts we could just do client = Client(threads_per_worker=1)
.