summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-10-17 06:19:43 +0000
committerRoland McGrath <roland@gnu.org>1994-10-17 06:19:43 +0000
commitbd0057c98bf0d4e1bb6a8a57ddae6af107f276d9 (patch)
treed936eddca42d9be00c9c9872016ac71778a3e362 /manual
parent9edb0464c4b90b9c517505e836c6f09af9fa28cc (diff)
(Creating a Process): Mention RLIMIT_NPROC with EAGAIN.
Diffstat (limited to 'manual')
-rw-r--r--manual/process.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/manual/process.texi b/manual/process.texi
index 472c33c14b..565ea6de0f 100644
--- a/manual/process.texi
+++ b/manual/process.texi
@@ -179,7 +179,9 @@ defined for @code{fork}:
@table @code
@item EAGAIN
There aren't enough system resources to create another process, or the
-user already has too many processes running.
+user already has too many processes running. This means exceeding the
+@code{RLIMIT_NPROC} resource limit, which can usually be increased;
+@pxref{Limits on Resources}.
@item ENOMEM
The process requires more space than the system can supply.