palmjulia

Results 3 comments of palmjulia
trafficstars

Hi Christian, Thanks for submitting this issue. I would actually expect the RAM to increase when more cores are used because I think more or less the entire R session...

Update: The fork process used by R should do [copy on write](https://stackoverflow.com/questions/13942202/r-and-shared-memory-for-parallelmclapply), so objects that are not touched during cracking should not be a problem. I'm looking into possible solution...