Operating System - HP-UX
1753477 Members
5913 Online
108794 Solutions
New Discussion юеВ

To set the kernal parameter filecache_min to 2%

 
SOLVED
Go to solution
joseph51
Regular Advisor

To set the kernal parameter filecache_min to 2%

Hi ..
Some one plese guide me to set the kernal parameter filecache_min to 2% . At present it is 1%

Present value

root@s96csp21:/ : kctune | grep -i filecache*
filecache_max 303947366 5% Imm (auto disabled)
filecache_min 60789473 1% Imm (auto disabled)
root@s96csp21:/ :


I wanted to change the filecache_min value to 2% .

Thanks in advance
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor
Solution

Re: To set the kernal parameter filecache_min to 2%

Hi:

# kctune filecache_min=2%

Regards!

...JRF...
joseph51
Regular Advisor

Re: To set the kernal parameter filecache_min to 2%

Thansk for the help

I used the full commad and I could successfully set the kernel parameter
This is the command I used

/usr/sbin/kctune -h -B -C '' filecache_min='2%'