I think whos() should help you, it'll give a list of all objects defined, 
as well as their size in memory. If you run it as remotecall_fetch(2, whos, 
), where 2 is the number of the worker process (of course you could pick 
any number returned by procs()), you should be able to figure out what's 
taking up the space in memory.

Let me know if this works!

Reply via email to