jesseduffield / jesseduffield/lazydocker
feat: show memory usage in MB/GB (not just percent) in stats tab
- Dominant language
- Go
- Stars
- 52.8k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I'm often frustrated when trying to assess container memory usage in Lazydocker, because the Stats tab only shows memory usage as a percentage. This makes it unclear how much RAM a container is actually using, especially when there’s no memory limit set or the total system memory is not immediately obvious.
This becomes even more problematic when comparing containers running across different machines with varying amounts of RAM, where the percentage loses context and makes it difficult to compare usage meaningfully.
**Describe the solution you'd like**
I’d like Lazydocker to display memory usage in MB or GB, either alongside or instead of the percentage in the `Stats` tab. For example:
`Memory: 125 MB / 512 MB (24.4%)`
Contributor guide
Assessment
This issue has not been assessed yet.