<div dir="auto">Try something like this:<div dir="auto"><br></div><div dir="auto"> ps -eo pid,user,cputimes,rss,args | grep pyth</div><div dir="auto"><br></div><div dir="auto">On both MM v2 and v3.</div><div dir="auto"><br></div><div dir="auto">The 3rd column is cumulative CPU usage, and the 4th is the resident set size (actual memory used)</div><div dir="auto"><br></div><div dir="auto">See if some processes are significantly larger than the others, whether the bloat is proportional from v2 to v3, or some have grown, others didn't, ... </div></div>