Skip to content

Commit

Permalink
Changed multiprocessing strategy to multisession for SDC postprocess.
Browse files Browse the repository at this point in the history
  • Loading branch information
ozjimbob committed Oct 3, 2024
1 parent a44c276 commit ab4b931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heritage_postprocess_sdc.r
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ if("future.apply" %in% rownames(installed.packages()) | OS=="Windows"){
print("Loading future.apply")
library("future.apply")
}
plan(tweak(multiprocess, workers = clustNo,gc=TRUE))
plan(tweak(multisession, workers = clustNo,gc=TRUE))
options(future.globals.maxSize = +Inf)


Expand Down

0 comments on commit ab4b931

Please sign in to comment.