- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Excessive use of swap
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2011 12:28 AM
02-09-2011 12:28 AM
I have a system 11.23 with the following kernel parameters:
allocate_fs_swapmap 0 Default
dmp_swapdev_is_vol 0 Default
Default nswapdev 10
Default nswapfs 10
remote_nfs_swap 0 Default
swapmem_on 0 0
vol_swapdev_is_vol 0 Default
dbc_max_pct 20 20
dbc_min_pct 10 10
This is a DB server and when users begin to enter to the application, the swap consumption soars.
The server has the following use:
glb_mem_sys_and_cache: 30%
glb_ mem_user_util: 50% peaks
When there are these peaks glb_mem_user_util, the glb_swap_space_util up to 80% and also gbl_mem_util up to 80%.
Why does this happen?. I do not understand because the system consumes as much swap if memory has reached 80%.
Thank you very much,
Carmen.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2011 01:20 AM
02-09-2011 01:20 AM
Re: Excessive use of swap
The first thing you should do is turn this on and reboot.
What does "swapinfo -tam" show?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2011 01:40 AM
02-09-2011 01:40 AM
Re: Excessive use of swap
>swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 4096 0 4089 0% 0 - 1 /dev/vg00/lvol2
dev 81920 0 81912 0% 0 - 1 /dev/vg00/swap1
dev 81920 0 81912 0% 0 - 2 /dev/vg01/swap2
reserve - 127017 -127017
total 167936 127017 40896 76% - 0 -
And this server has this memory:
vmunix: Physical: 125692692 Kbytes, lockable: 103163524 Kbytes, available: 105526848 Kbytes
What does swapmem_on do?. I don't know if someone change it to 0 for some reason.
Thanks,
Carmen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2011 01:54 AM
02-09-2011 01:54 AM
SolutionIt enables pseudoswap. If you don't have it on, you need swap for every page in memory.
Turning it on may give you 90+ Gb of swap.
There probably aren't any good reasons to have it off because on 11.31 it was removed and always on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2011 03:59 AM
02-09-2011 03:59 AM