To display the amount of memory installed on your system, use the prtconf command.
$ prtconf [| grep Memory] |
grep Memory |
Focuses output from this command to display memory information only. |
The following example shows sample output from the prtconf command.
# prtconf | grep Memory Memory size: 128 Megabytes |