1832350 Members
2636 Online
110041 Solutions
New Discussion

Pseudo-Swap !!!

 
SOLVED
Go to solution
Mr.Right
Advisor

Pseudo-Swap !!!

Hi HP-UX Gurus,

Please help me out with Pseudo-Swap. What exactly is Pseudo-Swap and when and how to use Pseudo-Swap?
7 REPLIES 7
Laurent Menase
Honored Contributor

Re: Pseudo-Swap !!!

pseudo swap is just a counter which avoid to reserve true swap if there is enough memory available to contain the needed virtual memory.
It is reserved before reserving true swap.
Mr.Right
Advisor

Re: Pseudo-Swap !!!

Is there any good Available for understanding of Pseudo-Swap???
Torsten.
Acclaimed Contributor
Solution

Re: Pseudo-Swap !!!

Do you create duplicated threads again?

Anyway, how about this:

http://docs.hp.com/en/5965-4641/ch01s09.html

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Laurent Menase
Honored Contributor

Re: Pseudo-Swap !!!

just an example
if you have 16GB of memory and need only 20GB of virtual address space.
then you only need 4GB of swap disk, if pseudo swap is enabled. Else you need 20GB of swap disk.
Dennis Handly
Acclaimed Contributor

Re: Pseudo-Swap !!!

Since the man page says to always leave it on and the kernel parm was removed in 11.31 as useless, there is no real need to know about pseudo-swap except to make sure you have it on.
It is also the "memory" line in "swapinfo -tam".
Jeeshan
Honored Contributor

Re: Pseudo-Swap !!!