Signed-off-by: Masatake YAMATO <yamato@xxxxxxxxxx> --- man3/malloc.3 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man3/malloc.3 b/man3/malloc.3 index 0ada87a92..4129a55bd 100644 --- a/man3/malloc.3 +++ b/man3/malloc.3 @@ -226,6 +226,9 @@ or .B RLIMIT_DATA limit described in .BR getrlimit (2). +Another reason could be that the number of mappings created by the +caller process exceeded the limit specified by +.IR /proc/sys/vm/max_map_count . .SH ATTRIBUTES For an explanation of the terms used in this section, see .BR attributes (7). -- 2.40.0