From 52e34b1da913ea2b6043e35ac40985a3b231ad64 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Thu, 7 May 2020 20:10:47 +0200 Subject: [PATCH] Fixed: Use value for "Inactive"+"MemFree" if "MemAvailable" is missing in /proc/meminfo --- bashtop | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/bashtop b/bashtop index 67ee709..9f2e69f 100755 --- a/bashtop +++ b/bashtop @@ -1571,16 +1571,17 @@ collect_mem() { #? Collect memory information from "/proc/meminfo" read -rd '' mem_info 0)); then