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
If no specific backend is specified the default is to use "psutil" which measures RSS aka “Resident Set Size”.
415
+
In some cases (particularly when tracking child processes) RSS may overestimate memory usage (see `example/example_psutil_memory_full_info.py` for an example).
416
+
For more information on "psutil_pss" (measuring PSS) and "psutil_uss" please refer to:
0 commit comments