Displaying 1 result from an estimated 1 matches for "mkll".
Did you mean:
mill
2024 Mar 08
1
Function environments serialize to a lot of data until they don't
Hello R-help,
I've noticed that my 'parallel' jobs take too much memory to store and
transfer to the cluster workers. I've managed to trace it to the
following:
# `payload` is being written to the cluster worker.
# The function FUN had been created as a closure inside my package:
payload$data$args$FUN
# function (l, ...)
# withCallingHandlers(fun(l$x, ...), error =