Re: Kernel speed on -current
"Perry E. Metzger" <[email protected]> 27 Nov 2002 12:30:13 -0500
| Newsgroups | gmane.os.netbsd.ports.pc532 |
|---|---|
| Message-ID | <[email protected]> |
Simon Burge <[email protected]> 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 [email protected]