-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[macOS] active system memory is inaccurate #2406
Comments
Also free memory:
|
Just looked at the source code and it uses the same Could just be a race condition. I ran
That's a difference in 37 MiB. |
This post is probably relevant: https://stackoverflow.com/questions/14789672/why-does-host-statistics64-return-inconsistent-results |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recently I have often see this failure:
In this case the active memory reported by
vm_stat
is 46M bigger than what is reported by psutil. Note to self: check how either vm_stat or top calculates this.The text was updated successfully, but these errors were encountered: