Added units description for DEBUG_MEMORY option

This commit is contained in:
Geoff Bourne 2020-04-27 08:04:11 -05:00
parent 40547439b2
commit c68997936a

View File

@ -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