R parallelly error when creating nested futures
I’m upgrading some code from older R versions to 4.4 and encountered some problem with the newer versions.
Error in unserialize(node$con) : MultisessionFuture (future_lapply-8) failed
I try to process multiple tab-delimited-textfiles in R in parallel with library(future.apply)
.If I use 100 textfiles it runs fine.
If I use 1000 textfiles it gives this error: