I think the following happens. Since your parent process spawns child processes, memory is shared, i.e. There is no significant increase in plunger use. However, when child processes begin to create random forests, they create many new intermediate objects that are not in shared memory and potentially quite large.
So my answer is that, unfortunately, it's probably not that simple, at least using the randomForest package - although I would be very interested if someone knew about this.
crayola
source share