You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From work elsewhere, we find that it might be better to track Python heap usage, instead of Linux RSS space
At least the observation here ("When initially run, this claimed that no memory at all was used ") is relevant : It show that "RSS" is not working for a simple tests where a setup may allocate space that is then re-used within the tested operation -- but "tracemalloc" does seem to do that right.