SharedObject::share takes too long for object creation

Hi,

I am using SharedObject::share() function for the purpose of sharing 2GB heavy list across 8 cores.

Comand
list_shared<- share(list) takes too long for execution (approx 30min).
Is there any trick to establish a communication between cores quickly, but not by ´duplicating’ 2GB data per core?

Grateful,
Milica

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.