diff options
Diffstat (limited to 'manual/time.texi')
-rw-r--r-- | manual/time.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manual/time.texi b/manual/time.texi index 463814dae3..e9548b9b5e 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -2552,6 +2552,15 @@ open more files than this, it gets error code @code{EMFILE}. 4.4 BSD does. @comment sys/resource.h +@comment Unix98 +@item RLIMIT_AS +@vindex RLIMIT_AS +The maximum size of total memory that this process should get. If the +process tries to allocate more memory beyond this amount with, for +example, @code{brk}, @code{malloc}, @code{mmap} or @code{sbrk}, the +allocation function fails. + +@comment sys/resource.h @comment BSD @item RLIM_NLIMITS @vindex RLIM_NLIMITS |