Subject: Re: lazy mlock?
To: None <Richard.Earnshaw@buzzard.freeserve.co.uk>
From: Wojciech Puchar <wojtek@chylonia.3miasto.net>
List: tech-kern
Date: 04/17/2002 08:00:35
> So, how hard would it be to add a syscall that would only lock a page into
> memory if it were really needed?  That is, we start with an empty set of

it's microsoft-like method of solving problems.

instead of fixing faulty program that overallocate memory you like to add
feature to kernel that will detect that.