1760593 Members
3456 Online
108894 Solutions
New Discussion юеВ

Re: Buf Cache High

 
SOLVED
Go to solution
Wamaitha
Frequent Advisor

Buf Cache High

hello,
attached it the output for memory using glance. the question i have is in ref. to the buf cache, where is that allocated and how do i get that memory back.

Thanks in advance
4 REPLIES 4
Dennis Handly
Acclaimed Contributor

Re: Buf Cache High

(Nothing was attached.)

The buffer cache is allocated in memory. You get rid if it by using memory for more important things, all automatically.

You can of course configure the min/max buffer cache size with kctune(1m)/kmtune(1m):
dbc_max_pct and dbc_min_pct
Wamaitha
Frequent Advisor

Re: Buf Cache High

sorry about that , here is the attachement
Dennis Handly
Acclaimed Contributor
Solution

Re: Buf Cache High

I'm not sure there are any problems. You don't have any Page Outs. Your buffer cache will shrink if you need the memory for something else.
If you are using Oracle, you should reduce dbc_max_pct.
Wamaitha
Frequent Advisor

Re: Buf Cache High

we are using Oracle -- changed the dbc_max_pct to 10