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
(disclaim: I'm the author) To minimize the risk of overusing CPUs on multi-tenant and multi-process machines, but also to work in more environments, please consider changing:
Hey Henrik, thanks for reaching out. I'll look more into this and incorporate into package soon. Our main focus right now is to build out new parallel compute options like spark.
(disclaim: I'm the author) To minimize the risk of overusing CPUs on multi-tenant and multi-process machines, but also to work in more environments, please consider changing:
finnts/R/general_parallel.R
Lines 6 to 13 in 57207bf
to
This also has the benefit of working on single-core hosts, where
detectCores() == 1
, e.g. free RStudio Cloud accounts, some k8s/container setups, etc. For more arguments, see https://parallelly.futureverse.org/#availablecores-vs-paralleldetectcores.The text was updated successfully, but these errors were encountered: