1833059 Members
2641 Online
110049 Solutions
New Discussion

Re: Memory Page Size

 
SOLVED
Go to solution
Griselda Sanchez
Frequent Advisor

Memory Page Size

Where can I find the "memory page size" that already are configure on the server.
3 REPLIES 3
Helen French
Honored Contributor
Solution

Re: Memory Page Size

If I understand your question correctly, then you can find this information from this command:

# dmesg

Look at the bottom on Memory information: "Physical page size" and "Logical page size"
Life is a promise, fulfill it!
Jdamian
Respected Contributor

Re: Memory Page Size

In HP-UX 11.00 or later

getconf PAGESIZE

It reports the size in bytes of the memory page size.
Sam Dee
Advisor

Re: Memory Page Size

Hi,

You can more /var/adm/syslog/syslog.log file. Locate the Memory information area of the server.
You will find physical page size and logical page size

BR
Sam