Skip to content

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

4 messages · Alaios, Bert Gunter, David Winsemius +1 more

#
On Nov 2, 2011, at 6:37 PM, Alaios <alaios at yahoo.com> wrote:

            
?traceback
#
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