1745819 Members
4404 Online
108722 Solutions
New Discussion

set filecache_max to 3Gb

 
SOLVED
Go to solution
silusan
Regular Advisor

set filecache_max to 3Gb

Can anyone please help me ...need to set filecache_max to 2Gb and filecache_min to 1GB.. how?

these are the existing values... what do these values mean? are they in bytes?

 

thank you

 

 

filecache_max                 8167473152  Default      Auto
filecache_min                  816746496  Default      Auto

2 REPLIES 2
Dennis Handly
Acclaimed Contributor
Solution

Re: set filecache_max to 2Gb

>need to set filecache_max to 2Gb and filecache_min to 1GB.. how?

 

Just use kctune(1m):

kctune filecache_max=2GB  filecache_min=1GB

 

>what do these values mean? are they in bytes?

 

Use "kctune -v filecache_max filecache_min" for a description.  Yes bytes.

 

 

silusan
Regular Advisor

Re: set filecache_max to 2Gb

thank you very much Dennis