Operating System - HP-UX
1836237 Members
3422 Online
110096 Solutions
New Discussion

Re: TOP memory info differs from STM

 
J.A.R. Karremans
Frequent Advisor

TOP memory info differs from STM

TOP shows the system having 2GB of memory while STM states that there are 4 GB's of memory.
Which is right?
2 REPLIES 2
Arunvijai_4
Honored Contributor

Re: TOP memory info differs from STM

Hi,

Check with /opt/ignite/bin/print_manifest

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Borislav Perkov
Respected Contributor

Re: TOP memory info differs from STM

Hi,

grep Physical /var/adm/syslog/syslog.log

will show you the memory you have on the system, but in top Memory Data Includes virtual and real memory in use (with the amount of memory considered "active" in parentheses) and the amount of free memory.

That is the difference you have notice, it is not the memory your system have.

Regards,
Borislav