mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Clarified the limits, and some lay-out
#- No tabs please git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35614 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2a9bedc61b
commit
06180443d0
1 changed files with 13 additions and 8 deletions
|
@ -21,20 +21,25 @@
|
|||
<tgroup cols="2">
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>SHMMAX</entry>
|
||||
<entry>max size of shared memory, normally 131072 bytes</entry>
|
||||
<entry>SHMMAX</entry>
|
||||
<entry>max size of shared memory, normally 131072 bytes</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>SHMMIN</entry>
|
||||
<entry>minimum size of shared memory, normally 1 byte</entry>
|
||||
<entry>SHMMIN</entry>
|
||||
<entry>minimum size of shared memory, normally 1 byte</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>SHMMNI</entry>
|
||||
<entry>max amount of shared memory segments, normally 100</entry>
|
||||
<entry>SHMMNI</entry>
|
||||
<entry>
|
||||
max amount of shared memory segments on a system,
|
||||
normally 100
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>SHMSEG</entry>
|
||||
<entry>max amount of shared memory per process, normally 6</entry>
|
||||
<entry>SHMSEG</entry>
|
||||
<entry>
|
||||
max amount of shared memory segments per process, normally 6
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
|
Loading…
Reference in a new issue