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
The 2nd edition of readr uses vroom as a backend, which by default utilizes parallel::detectCores() unless the user sets num_threads argument or VROOM_THREADS environment variable. This can overwhelm the resources when reading multiple files in parallel. So, it would be useful to expose num_threads, defaulting to 1L or vroom::vroom_threads().
The text was updated successfully, but these errors were encountered:
The 2nd edition of
readr
usesvroom
as a backend, which by default utilizesparallel::detectCores()
unless the user setsnum_threads
argument orVROOM_THREADS
environment variable. This can overwhelm the resources when reading multiple files in parallel. So, it would be useful to exposenum_threads
, defaulting to1L
orvroom::vroom_threads()
.The text was updated successfully, but these errors were encountered: