Operating System - HP-UX
1832274 Members
2045 Online
110041 Solutions
New Discussion

Re: add memory, need to modify kernel params?

 
SOLVED
Go to solution
John Kittel
Trusted Contributor

add memory, need to modify kernel params?

HP-UX 11i. rp7410 ( two of them actually).

I am adding memory to increase from 10GB to 16GB.

I plan to adjust kernel params dbc_max_pct and dbc_min_pct to maintain my current 800MB size buffer cache. I know how to do that.

Are there other kernel params that may need to be adjusted? One system runs oracle, if that matters.

- JOhn

3 REPLIES 3
Christopher Caldwell
Honored Contributor
Solution

Re: add memory, need to modify kernel params?

In general, you shouldn't need to modify any other kernel parameters.
James R. Ferguson
Acclaimed Contributor

Re: add memory, need to modify kernel params?

Hi John:

In lieu of using a dynamic buffer cache you could use a static one to avoid this in the future.

If your performance is good, and you have not encountered any fence limits (e.g. in the data stack size ('maxdsiz*', etc), then there is nothing the must be adjusted simply because you have added more physical memory.

Regards!

...JRF...
John Kittel
Trusted Contributor

Re: add memory, need to modify kernel params?

Thanks.