- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tuning the pseuo-swap space
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
05-16-2002 09:15 AM
05-16-2002 09:15 AM
Tuning the pseuo-swap space
swapinfo shows:
/usr/sbin/swapinfo -t
memory 674956 135700 539256 20% ==> Usage.
I would like to know how do I modify this pseuo-swap ??? What tunable needs to be used ??? Is it swapchunk/maxswapchunk???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 09:27 AM
05-16-2002 09:27 AM
Re: Tuning the pseuo-swap space
Pseudoswap is either on or off as controlled by 'swapmem_on'. Clearly, as indicated in the output of the "memory" line from 'swapinfo', you have pseudoswap enabled.
You would increase 'maxswapchunks' to allow device and filesystem swap to be enlarged. 'swchunk' translates into the I/O size in blocks written to a swap device and therefore comes into play when balancing I/O between multiple swap devices.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 09:44 AM
05-16-2002 09:44 AM
Re: Tuning the pseuo-swap space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 09:48 AM
05-16-2002 09:48 AM
Re: Tuning the pseuo-swap space
/usr/share/doc/mem_mgt.txt
and look for:
"Reservation of Physical Swap Space"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 10:12 AM
05-16-2002 10:12 AM
Re: Tuning the pseuo-swap space
large memory so that you don't need to match or double the amount of actual/physical swap that has been recommended. Pseudoswap's size is
calculated based on 75% of memory. This 75% is just a calculation. But this does not mean that memory is taken by pseudoswap. On the contrary, pseudoswap doesn't exist.
"The system will use pseudo swap only for reserving space and does not page processes in and out of pseudo swap. In the event that processes need to be paged out of physical memory, the kernel will swap to device or filesystem swap."
Pseudo swap is turned on by default and can be turned off by changing the kernel parameter swapmem_on to off.
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 10:15 AM
05-16-2002 10:15 AM
Re: Tuning the pseuo-swap space
Try this link,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=064e7a40015481c3ca/screen=ckiDisplayDocument?docId=200000048595137
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 10:16 AM
05-16-2002 10:16 AM
Re: Tuning the pseuo-swap space
For tuning the pseudo-swap you need not change the maxswapchunks/swapchunk.
How much memory does your system has ??? Are you having any performance problems
Piyush