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

Memory ActualUsed should be different from Memory Used #87

Closed
jiang1095 opened this issue Nov 27, 2017 · 2 comments
Closed

Memory ActualUsed should be different from Memory Used #87

jiang1095 opened this issue Nov 27, 2017 · 2 comments

Comments

@jiang1095
Copy link

self.Used = self.Total - self.ActualFree
self.ActualUsed = self.Total - self.ActualFree

ActualUsed and Used should be different.

@ruflin
Copy link

ruflin commented Nov 27, 2017

@jiang1095 Is that what you are looking for? #82

@jiang1095
Copy link
Author

@ruflin yes, this PR can fix my problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants