Subject: Re: Kernel speed on -current
To: Simon Burge <simonb@wasabisystems.com>
From: Perry E. Metzger <perry@piermont.com>
List: port-pc532
Date: 11/27/2002 12:30:13
Simon Burge <simonb@wasabisystems.com> writes:
> I've been wondering for a while why -current was getting slower on
> my 8MB pc532.  I've just sent an analysis of this to tech-kern and
> tech-perform.  In a nutshell, if you have a small memory box, add
> 	
> 	vm.anonmax=95
> 
> to /etc/sysctl.conf and you'll be much happier.

Well, it depends a lot on your mix of jobs. One other serious problem
is having code and anon pages evicted for files -- capping the files
at 5% or 10% can be a big help, too (and mostly corresponds with what
the world used to be like before UVM).

In general, the fact that UVM does not self tune is a serious lose.

-- 
Perry E. Metzger		perry@piermont.com