-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Container memory usage #5065
Comments
Reference issues. |
I think adding a visual representation to clarify the distinction would be good, but in any case the amount of memory used without caching is more important. |
This might still be useful, even though it's an old bug. @garrett, what do we do on the system page? Do we show cache separately? |
Yes! As of #10282 (2018-10-31), Cockpit:
Details @ https://cockpit-project.org/blog/cockpit-181.html I think the new(ish) visualization of RAM helps address this issue (and others), so I'm closing it. Please reopen if you think I'm wrong. 😉 |
Docker includes cache in it's memory.usage_in_bytes numbers so our graphs can can continue to grow making it look like there is a memory leak when there isn't. Should we subtract the cache from the total numbers? Or should we add a visual representation to clarify what is cache and available to be reclaimed by the system and what is actually in use by the process.
The text was updated successfully, but these errors were encountered: