Conversation
Aadniz
force-pushed
the
feat-memory-amount
branch
from
August 16, 2026 13:36
62e0d08 to
72d4e40
Compare
romanstingler
requested changes
Aug 21, 2026
romanstingler
left a comment
Collaborator
There was a problem hiding this comment.
missing docs
website/docs/configuration/modules/system_info.md:47-48
Same for the Memory Swap section note (line 57), it should mention that Amount is also shared.
as well as in
full_config.md
just my opinion, for me both indicator and system info menu could have just 1 decimal looks better IMO.
lets wait on that one for @MalpenZibo 's opinion
Aadniz
force-pushed
the
feat-memory-amount
branch
from
August 22, 2026 15:53
72d4e40 to
0a61ed4
Compare
Author
|
Added docs now |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces a new option for how to display the memory. I called it "Amount", which will just show the amount of GiB used in XX.X GiB format.
I chose 1 decimal for aesthetics. I know 2 decimals are also often preferred, but it will then take up more space.
It looks like this:
I was considering also setting the units based on how much is used (so if 0.5 GiB is used, it should show 500 MiB instead), but I think that's too much of a stretch.
Let me know what you think, let me know if you want anything changed.