Subject: Re: tuning for small memory machines
To: None <tech-kern@netbsd.org>
From: Martin J. Laubach <mjl@usenet-2002-07.emsi.priv.at>
List: tech-kern
Date: 11/30/2002 11:21:45
|  vm.anonmax = 95
|  vm.anonmin = 20
|  vm.execmax = 20
|  vm.execmin = 10
|  vm.filemax = 60
|  vm.filemin = 20

  Is there any way to find out the current usage? Like "you got 3megs
of vm.exec unused, but 2834 I/O per sec in vm.file"?

	mjl