Dear list,

I am using mclapply(from multicore) to use multiple cores on one
server. If I do not use mclapply, just one core, my R problem will use
4G memory. When I use mclapply and set mc.cores =10, each core will
use 4G memory. So totally it will use 40G memory. Is it possible let
each core to share some memory on the same server?

Thank you.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to