Open mgbckr opened 3 years ago
I guess #311 can be considered to resolve this issue somewhat. However, I am not 100% sure I grasped the whole picture so some input from someone with a bit more background knowledge would be helpful. If there is nothing to add, we can close this issue, I guess.
Hi, I had an issue with memory_profiler where profiling a multi-processing scenario based on joblib resulted in gross overestimation of memory usage. I am not 100% sure why this is happening but I assume it has something to do with "copy on write" or rather that joblib seems to use shared memory for "read-only" data and RSS may not factor that into its estimation. Let me know if you have further insights on this.
Here is some code reproducing this issue: