Hi Guys,

Today I watched the presentation by Bob Beck about the OpenBSD VFS
hacking where he talked about the buffer cache and how it recently
changed (among many other things). Following his advice, I tried to
increase my buffer cache size with no success. The commands I am
running:

$ sysctl kern.bufcachepercent
kern.bufcachepercent=0
$ sudo sysctl -w kern.bufcachepercent=90
kern.bufcachepercent: 0 -> 90
$ sysctl kern.bufcachepercent
kern.bufcachepercent=0

I read in the 4.6 changelog that his was part of the release.

Am I missing something? Do I have to recompile? Or this is just a bug?

Thanks in advance,
Luis

Reply via email to