mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
We really need both, in global options, and in pool options
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335827 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0ea3b3feb7
commit
13abb9e9e0
1 changed files with 50 additions and 2 deletions
|
@ -150,6 +150,54 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="rlimit-files">
|
||||
<term>
|
||||
<parameter>rlimit_files</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Set open file descriptor rlimit for the master process.
|
||||
Default value: Set open file descriptor rlimit for the master process.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="rlimit-core">
|
||||
<term>
|
||||
<parameter>rlimit_core</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Set max core size rlimit for the master process.
|
||||
Default value: 0.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="rlimit-files-master">
|
||||
<term>
|
||||
<parameter>rlimit_files</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Set open file descriptor rlimit for the master process.
|
||||
Default value: Set open file descriptor rlimit for the master process.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="rlimit-core-master">
|
||||
<term>
|
||||
<parameter>rlimit_core</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Set max core size rlimit for the master process.
|
||||
Default value: 0.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="events-mechanism">
|
||||
<term>
|
||||
<parameter>events.mechanism</parameter>
|
||||
|
@ -501,7 +549,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Set open file descriptor rlimit. Default value: system defined value.
|
||||
Set open file descriptor rlimit for child processes in this pool. Default value: system defined value.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -512,7 +560,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Set max core size rlimit. Possible Values: 'unlimited' or an integer greater or equal to 0.
|
||||
Set max core size rlimit for child processes in this pool. Possible Values: 'unlimited' or an integer greater or equal to 0.
|
||||
Default value: system defined value.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue