You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -898,6 +898,17 @@ _**Example** (require at least 1 GB free)_: `check_hw_swap_free 1048576`
898
898
<br />
899
899
900
900
901
+
##### check_hw_slab_unreclaimable
902
+
`check_hw_slab_unreclaimable max_kb`
903
+
904
+
`check_hw_slab_unreclaimable` compares the amount of slab unreclaimable memory to the maximum provided (in kB). If the slab unreclaimable is greater than _max_kb_ kilobytes, the check fails.
905
+
906
+
_**Example** (require less than 5 GB unreclaimable)_: `check_hw_slab_unreclaimable 5242880`
0 commit comments