Tagged Questions
7
votes
3answers
919 views
Parallel Random Forests with doSMP and foreach drastically increase memory usage (on Windows)
When executing random forest in serial it uses 8GB of RAM on my system, when doing it in parallel it uses more than twice te RAM (18GB). How can I keep it to 8GB when doing it in parallel? Here's the ...