Subject: Re: unified buffers and responsibility
To: Milos Urbanek <urbanek@openbsd.cz>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: tech-kern
Date: 06/13/2002 16:27:39
On Thu, Jun 13, 2002 at 01:05:29PM +0200, Milos Urbanek wrote:
> [...]
> I have something like
> 
> vm.nkmempages = 8163
> vm.anonmin = 10
> vm.execmin = 5
> vm.filemin = 10
> vm.maxslp = 20
> vm.uspace = 8192
> vm.anonmax = 80
> vm.execmax = 30
> vm.filemax = 50

You may want to try bumping anonmin  & execmin. With your memory stats I would
try anonmin=40 and execmin=5 (your vmstat -s gives about 38% used for
anon and 4% for exec)

--
Manuel Bouyer, LIP6, Universite Paris VI.           Manuel.Bouyer@lip6.fr
--