- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Pseudo 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
07-10-2007 03:12 AM
07-10-2007 03:12 AM
Pseudo swap
Can u plz explain me what is pseudo swap in HP-Ux.
Regds
Bhushi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 03:19 AM
07-10-2007 03:19 AM
Re: Pseudo swap
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=128060
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 03:20 AM
07-10-2007 03:20 AM
Re: Pseudo swap
check this doc:
http://docs.hp.com/en/5965-4641/ch01s09.html
Regards
p.s. don't forget to assign points! also in your other threads..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 03:22 AM
07-10-2007 03:22 AM
Re: Pseudo swap
Consider a box with 16GiB of RAM and 4GiB of device or filesystem swap with pseudoswap disabled. The maximum amount of space for processes would be 4GiB regardless of the amount of free memory. Now if we turn on pseudoswap (swapmem_on=1), 0.75 x 16GiB = 12GiB is added to the reservation space and we can run 16GiB's of processes. Pseudoswap is intended for those systems which have much more memory than swapspace (you bought all that memory so that you would not swap!) and serves no purpose in systems where swap >= RAM (it should be disabled in those cases).
Important concept for UNIX: The amount of PHYSICAL memory does not limit the number and size of processes which can be run; the amount of VIRTUAL memory does. The amount of available physical memory does dramitically alter the speed at which those processes can run.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 03:25 AM
07-10-2007 03:25 AM
Re: Pseudo swap
In previous versions of HP-UX, system configuration required
sufficient physical swap space for the maximum possible number of
processes on the system. This is because HP-UX reserves swap space
for a process when it is created, to ensure that a running process
never needs to be killed due to insufficient swap.
This was difficult, however, for systems needing gigabytes of swap
space with gigabytes of physical memory, and those with workloads
where the entire load would always be in core. This tunable was
created to allow system swap space to be less than core memory. To
accomplish this, a portion of physical memory is set aside as
'pseudo-swap' space. While actual swap space is still available,
processes still reserve all the swap they will need at fork or execute
time from the physical device or file system swap. Once this swap is
completely used, new processes do not reserve swap, and each page
which would have been swapped to the physical device or file system is
instead locked in memory and counted as part of the pseudo-swap space.