-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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%)