Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: more accurate memory usage statistics #525

Merged
merged 1 commit into from
Apr 12, 2023
Merged

fix: more accurate memory usage statistics #525

merged 1 commit into from
Apr 12, 2023

Commits on Apr 10, 2023

  1. fix: more accurate memory usage statistics

    As per https://psutil.readthedocs.io/en/latest/#psutil.virtual_memory the best way to calculate available and used memory is by using the "total" and "available" metrics.
    
    Also see https://github.com/giampaolo/psutil/blob/master/scripts/meminfo.py
    
    Related to #485 and #522
    shawaj authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    a905b5a View commit details
    Browse the repository at this point in the history