You can use the AIX® operating system to check system configuration.
To verify the availability of memory resources, perform the following steps:
dsh -av "lsattr -E -l mem0 | awk '{ if (\$1 ~/goodsize/ ) { g=\$2}
else { p=\$2 }}END{d=p-g; print d}'" | grep -v ": 0"