summaryrefslogtreecommitdiffstats
path: root/docs/content/usage/widgets/memory.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-07-17 22:27:40 -0400
committerGitHub <noreply@github.com>2021-07-17 22:27:40 -0400
commit2736dc9b35739b9b48d8ac2ad0b5d3671813c725 (patch)
tree9bbe4f73db7a6e16e04ee430d6d82235c47debb4 /docs/content/usage/widgets/memory.md
parent7f24e6286735abcee6c3137dd9c22a7a178740a3 (diff)
refactor: switch to manual implementation of meminfo parse (#548)
Manually parse `/proc/meminfo` for the purposes of memory usage.
Diffstat (limited to 'docs/content/usage/widgets/memory.md')
-rw-r--r--docs/content/usage/widgets/memory.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/usage/widgets/memory.md b/docs/content/usage/widgets/memory.md
index f25dbe36..59d36c9a 100644
--- a/docs/content/usage/widgets/memory.md
+++ b/docs/content/usage/widgets/memory.md
@@ -8,7 +8,7 @@ The memory widget provides a visual representation of RAM and swap usage over ti
## Features
-The legend displays the current usage in terms of percentage and actual usage.
+The legend displays the current usage in terms of percentage and actual usage in binary units (KiB, MiB, GiB, etc.).
If the total RAM or swap available is 0, then it is automatically hidden from the legend and graph.
One can also adjust the displayed time range through either the keyboard or mouse, with a range of 30s to 600s.