Don't make it seem like vm.max_proc_mmap only affects MAP_FIXED.

PR:		34005
Submitted by:	Steven Grady <grady@digitaldeck..com>,
		Hiten Pandya <hitmaster2k@yahoo.com>
This commit is contained in:
dd 2002-02-10 21:07:56 +00:00
parent 9c5ff1b96f
commit c5c76bdb10

View File

@ -302,12 +302,12 @@ below.)
.Dv MAP_FIXED
was specified and the
.Fa addr
parameter wasn't available, or the system has reached the per-process mmap
limit specified in the
.Va vm.max_proc_mmap
sysctl.
parameter wasn't available.
.Dv MAP_ANON
was specified and insufficient memory was available.
The system has reached the per-process mmap limit specified in the
.Va vm.max_proc_mmap
sysctl.
.El
.Sh SEE ALSO
.Xr madvise 2 ,