Skip to content
Prev 276249 / 398506 Next

Error: serialization is too large to store in a raw vector

On 11/02/2011 03:37 PM, Alaios wrote:
This is likely from the return value of mclapply's FUN: 
parallel:::sendMaster tries to serialize it, and fails.

   serialize(integer(.Machine$integer.max / 4), NULL, TRUE)

do further data reduction before trying to return the results (probably 
a parallel 'best practices' anyway). Neither traceback() nor 
options(error=recover) deal gracefully with mclapply errors like this.

Hope that helps,

Martin