1837900 Members
3171 Online
110123 Solutions
New Discussion

Swap Space utilization.

 
AnthonySN
Respected Contributor

Swap Space utilization.

Hello,

We hava an rx2600 server having 8GB ram and swapspace of 8 GB, We have oracle 10g installed on hpux.11.31. there are 5 instances running on it. Problem is that the swapspace utilization is showing as 97% used.
Is the swapspace insufficient or what parameters do we need to tune in Oracle or Hpux.
os is HPUX.11.31.
6 REPLIES 6
Court Campbell
Honored Contributor

Re: Swap Space utilization.

How large are your sga's? And are you actually paging out? Try vmstat -S 5 25 and look at so and po.
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
Fabio Ettore
Honored Contributor

Re: Swap Space utilization.

Hi,

please post also

swapinfo -tam

Regards,
Fabio
WISH? IMPROVEMENT!
AnthonySN
Respected Contributor

Re: Swap Space utilization.

Attached is the output of vmstat -S 5 25

and below is the output of swapinfo â tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 8192 3655 4537 45% 0 - 1 /dev/vg00/lvol2
reserve - 4062 -4062
memory 7773 5448 2325 70%
total 15965 13165 2800 82% - 0 -
SKR_1
Trusted Contributor

Re: Swap Space utilization.

Here your swap is 47% in use and physical memory is 70%. And overall utilization is 82%.

Its better if we keep swap double to the physical memory.

Thanks

SKR
Fabio Ettore
Honored Contributor

Re: Swap Space utilization.

SKR,

the line memory in swapinfo is not for physical memory. This is a typical misunderstanding. It's for pseudo-swap.

Anyway it sounds to me just like a system overloaded and probably you would consider to balance the load differently (for example stopping one instance of five instances on this system and having it on another system) or adding physical memory.

HTH.

Best regards,
Fabio
WISH? IMPROVEMENT!
John Guster
Trusted Contributor

Re: Swap Space utilization.

check with ipcs -mobp to see if there is any unreleased/locked memory.