1834926 Members
2475 Online
110071 Solutions
New Discussion

Buffer cache issue

 
SOLVED
Go to solution
Yann Lambret
Occasional Advisor

Buffer cache issue

Hi all,

I would like to change the buffer cache size on a server using HP-UX 11.11.

At this time, I have a dbc_max_pct set to 50% of physical memory, and I would like the value to be 10%.

I don't know if this parameter can be modified dynamically. I've read a few documentations, and it seems I have to rebuilt a kernel. Can anyone please confirm that ?

All the documentation I've found explained why I should change this parameter but not how to do it :-)

Thank you for your help (and sorry for my approximative english).

Yann
4 REPLIES 4
Kent Ostby
Honored Contributor

Re: Buffer cache issue

Yann -- You do have to rebuild the kernel for that parameter and do a reboot.
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Jeff_Traigle
Honored Contributor
Solution

Re: Buffer cache issue

If you run "kmtune -q dbc_max_pct" you can see whether it's dynamic or not. From memory, I don't think that one is so a kernel rebuild and reboot would be required.
--
Jeff Traigle
Yann Lambret
Occasional Advisor

Re: Buffer cache issue

Thanks for your answers,

dbc_max_pct isn't indeed a dynamic parameter. I'm going to rebuilt a kernel then...
Yann Lambret
Occasional Advisor

Re: Buffer cache issue

Sorry, forgot to close.