You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if there is any ability, or plans, to support setting the maximum number of threads for the global executor?
I see the num_cpus is used here which is great 99% of the time, my use case, however, is for docker.
num_cpus can/will show more CPU's than is allocated for the container to use. I was hoping to be able to directly control this for situations like this.
Thanks you in advance for any information you can provide :)