Skip to content

Commit

Permalink
Update 03_Fiches_thematiques/Fiche_arrow.qmd
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Lamarche <pierre.lamarche@insee.fr>
  • Loading branch information
oliviermeslin and pierre-lamarche committed Mar 11, 2024
1 parent bf47dab commit 23ed808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03_Fiches_thematiques/Fiche_arrow.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ library(dplyr)
# Autoriser arrow à utiliser plusieurs processeurs en parallèle
options(arrow.use_threads = TRUE)
# Définir le nombre de processeurs qu'arrow peut utiliser
# Définir le nombre de processeurs qu'arrow peut utiliser - ici on prend la partie entière du nombre de processeurs disponibles divisé par 4
arrow::set_cpu_count(parallel::detectCores() %/% 4)
##################
Expand Down

0 comments on commit 23ed808

Please sign in to comment.