diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/mmap.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index 1906e53..433f8b7 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -253,7 +253,8 @@ was not page-aligned. (See BUGS below.) .Dv MAP_FIXED was specified and the .Fa addr -parameter wasn't available. +parameter wasn't available, or the system has reached the per-process mmap +limit specified in the vm.max_proc_mmap sysctl. .Dv MAP_ANON was specified and insufficient memory was available. .Sh "SEE ALSO" |