1833890 Members
2195 Online
110063 Solutions
New Discussion

Dynamic Buffer Cache

 
SOLVED
Go to solution
Amiel Tutolo
Frequent Advisor

Dynamic Buffer Cache

I have a question that I should know the answer to but I have heard too many differing responses. Please help clarify the following:
If the bufpages is set to anything other than 0 then the MAX and MIN DBC are not used regardless of their setting. Thanks for all your help.
Live, love and laugh
4 REPLIES 4
Pete Randall
Outstanding Contributor
Solution

Re: Dynamic Buffer Cache

You're correct: if nbuf and bufpages are set, DBC is not used.


Pete


Pete
Brian Bergstrand
Honored Contributor

Re: Dynamic Buffer Cache

That's correct. Setting bufpages, creates a static buffer cache. The dynamic cache settings are ignored.

HTH.
James R. Ferguson
Acclaimed Contributor

Re: Dynamic Buffer Cache

Hi:

That is true. To enable a dynamic buffer cache as governed (bounded) by 'dbc_min_pct' and 'dbc_max_pct', you must set both 'nbuf' and 'bufpages' to zero.

For more information, see:

http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.BufPages.html

Regards!

...JRF...

Helen French
Honored Contributor

Re: Dynamic Buffer Cache