Subject: Re: Finally increasing vm.execmin by default
To: Todd Vierling <tv@duh.org>
From: SODA Noriyuki <soda@sra.co.jp>
List: tech-kern
Date: 10/29/2005 01:11:53
>>>>> On Fri, 28 Oct 2005 11:28:55 -0400 (EDT),
      Todd Vierling <tv@duh.org> said:

> I would suggest a compromise of something along the lines of:

> vm.anonmax=70 # default = 80
> vm.anonmin=10 # default
> vm.execmax=40 # default = 30
> vm.execmin=20 # default = 5
> vm.filemax=40 # default = 50
> vm.filemin=10 # default

Leaving vm.filemax that large isn't a good thing.
Also, increasing vm.exec{min,max} often causes bad effect on
machines which are really tight about free memory (because
it may make anonymous pages paged out).

At least Chuq's proposal in the following mail is more reasonable:
http://mail-index.netbsd.org/tech-kern/2005/03/06/0004.html

Or, if you have spare time, could you test the other values
in the end of the following mail as well?
http://mail-index.netbsd.org/tech-kern/2005/03/10/0000.html
--
soda