From c68997936a261c319d73a302f95dbec27d2018e1 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Mon, 27 Apr 2020 08:04:11 -0500 Subject: [PATCH] Added units description for DEBUG_MEMORY option --- start-minecraftFinalSetup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/start-minecraftFinalSetup b/start-minecraftFinalSetup index 97b08867..c17ce18c 100644 --- a/start-minecraftFinalSetup +++ b/start-minecraftFinalSetup @@ -164,6 +164,8 @@ if isTrue "${USE_LARGE_PAGES}"; then fi if isTrue "${DEBUG_MEMORY}"; then + log "Memory usage and availability (in MB)" + uname -a free -m fi