Operating System - HP-UX
1834705 Members
2630 Online
110069 Solutions
New Discussion

Physical Memory vs. Swap Memory

 
Clifton Smith
Occasional Advisor

Physical Memory vs. Swap Memory

Currently running HP-UX 11i on an HP9000/L-3000 5x. We have one instance of Oracle 8.1.7.2 running with approximately 200-225 concurrent users. What we are noticing is that swap memory is being utilized even though physical memory is only being utilized at about 69%. Is there a tuneable parameter which will cause the machine to fully utilize available memory before going out to swap?
1 REPLY 1
Bill Hassell
Honored Contributor

Re: Physical Memory vs. Swap Memory

This isn't actual swapping. It is an artifact of the way in which memory mapped files are handled. You can verify that nothing is being paged (swapped) out with vmstat (the po column) or with Glance (the m window, look at Page out).

NOTE: vmstat and Glance both report page in based on what the kernel reports--and the kernel treats the startup of a program as page in, as well as returning programs from the swap area. Ignore page in values for swap measurements.


Bill Hassell, sysadmin