Subject: Re: 1.6B1 vm.filemin/max really doesn't work
To: None <netbsd-users@netbsd.org>
From: Wojciech Puchar <wojtek@chylonia.3miasto.net>
List: netbsd-users
Date: 06/13/2002 19:55:32
> tried filemin=1 filemax=2
>
> even with lots of apps started 60MB File in top still exist on 128MB
> machine.
>
> something IS wrong

i browsed few kernel sources and that's what i see:

1) vm.filemin/filemax/execmin/execmax etc. are forced from only one side.
i.e. when there's less buffer cache than filemin set active some pages are
reactivated.

but when making pages inactive there is no priority based on
filemax/execmax etc. taken.

so these settings basically doesn't work - which is well shown on my
example where i've set filemin 1% and filemax 2% and still have flooded
memory when large file I/O

this is IMHO broken by general and must be fixed.


--------------------------------
Where do you think you go today?