PT-716 [WIP] Forced free to use wide mode (#485)

This commit is contained in:
Carlos Salguero
2021-04-06 10:13:21 -03:00
committed by GitHub
parent d78acd961c
commit 5a0cbd79fc

View File

@@ -1174,7 +1174,7 @@ find_memory_stats () { local PTFUNCNAME=find_memory_stats;
local platform="$1"
if [ "${platform}" = "Linux" ]; then
free -b
free -bw
cat /proc/meminfo
elif [ "${platform}" = "SunOS" ]; then
$CMD_PRTCONF | awk -F: '/Memory/{print $2}'