diff xml/en/docs/ngx_core_module.xml @ 554:ccb7451af1d8

Documented the "worker_rlimit_sigpending" directive.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 26 Jun 2012 07:51:33 +0000
parents e97b46d1842d
children 345012910707
line wrap: on
line diff
--- a/xml/en/docs/ngx_core_module.xml
+++ b/xml/en/docs/ngx_core_module.xml
@@ -462,6 +462,22 @@ Used to increase the limit without resta
 </directive>
 
 
+<directive name="worker_rlimit_sigpending">
+<syntax><value>number</value></syntax>
+<default/>
+<context>main</context>
+
+<para>
+On systems that support <link doc="events.xml" id="rtsig"/>
+connection processing method,
+changes the limit on the number of signals that may be queued
+(<c-def>RLIMIT_SIGPENDING</c-def>) for worker processes.
+Used to increase the limit without restarting the main process.
+</para>
+
+</directive>
+
+
 <directive name="working_directory">
 <syntax><value>directory</value></syntax>
 <default/>