diff --git a/docs/20_Checks/check_memory.md b/docs/20_Checks/check_memory.md index 95b25c76de0f8e9f7739f0b894ed90dcb569a89d..1e30b91bbdbd2dbd7348844d3c8b2038ef1e8545 100644 --- a/docs/20_Checks/check_memory.md +++ b/docs/20_Checks/check_memory.md @@ -16,6 +16,10 @@ It reads /proc/meminfo and fetches the needed values. * Slab: in-kernel data structures cache * SReclaimable: reclaimable parts of Slab, e.g., caches +### Requirements + +* bc + ## Syntax ```txt @@ -58,10 +62,6 @@ check_memory -w 90 -c 95 -p 70 ``` -### Requirements - -* bc - ## Examples `$ check_memory -w 90 -c 95 -p 70` returns