Operating System - HP-UX
1832620 Members
3055 Online
110043 Solutions
New Discussion

Re: Kernel Parameter to set Lazy Swap on HPUX.

 
Rajesh SB
Esteemed Contributor

Kernel Parameter to set Lazy Swap on HPUX.

Hi Experts,
Which HPUX kernel parameter that enables Lazy Swap.

Please share your valuable information here.

Regards,
Rajesh SB
4 REPLIES 4
Arunvijai_4
Honored Contributor

Re: Kernel Parameter to set Lazy Swap on HPUX.

Hi Rajesh,

This may help you, http://www.docs.hp.com/en/TKP-90202/index.html


-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Rajesh SB
Esteemed Contributor

Re: Kernel Parameter to set Lazy Swap on HPUX.

Hi Vijay,

I didn't find about Lazy Swap in this document. May be in different way.

I reverify in the doc.

Regards,
Rajesh sB
Fabio Ettore
Honored Contributor

Re: Kernel Parameter to set Lazy Swap on HPUX.

Hi Rajesh,

check the contents of

/usr/share/doc/11.00RelNotes

and look for "Lazy Swap".
I think it is enabled by chatr +z and not by a kernel parameter.

Refer to that doc for more info and also man chatr.

HTH.

Best regards,
Fabio
WISH? IMPROVEMENT!
Don Morris_1
Honored Contributor

Re: Kernel Parameter to set Lazy Swap on HPUX.

Lazy swap can be enabled for a particular binary (using chatr) or for particular virtual objects (using flags like MAP_NORESERVE with mmap).

There is no kernel tunable to force all allocations to be lazy swap.