On Tue, 3 Nov 2009 19:34:24 -0500
Luis Useche <use...@gmail.com> wrote:

> 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

Wasn't this backed out for the 4.6 freeze?
Too lazy to check the commit messages, so i might be mistaken.
Works fine on -current though.

- Robert

Reply via email to