Subject: Re: more mmap options
To: der Mouse <mouse@Rodents.Montreal.QC.CA>
From: Wojciech Puchar <wojtek@chylonia.3miasto.net>
List: tech-kern
Date: 04/22/2002 19:51:14
> > pagetable/address space must be reserved..
>
> "if the mapping goes beyond the end of the file".  Sounds to me as
> though the maximum growth is the size of the requested mapping.
>
so you map for example 1.2MB file in 8MB region and then you can grow it
up to 8MB. sounds easier.