1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 21:11:02 +02:00

MFH: Add sysvshm.init_mem.

[DOC] Looks like this setting has always been available
This commit is contained in:
Hannes Magnusson
2008-12-27 20:28:38 +00:00
parent 16fef2c6b0
commit e88e432b44
2 changed files with 10 additions and 0 deletions

View File

@@ -1325,6 +1325,11 @@ soap.wsdl_cache_dir="/tmp"
; instead of original one.
soap.wsdl_cache_ttl=86400
[sysvshm]
; A default size of the shared memory segment
;sysvshm.init_mem = 10000
; Local Variables:
; tab-width: 4
; End:

View File

@@ -1380,6 +1380,11 @@ soap.wsdl_cache_dir="/tmp"
; instead of original one.
soap.wsdl_cache_ttl=86400
[sysvshm]
; A default size of the shared memory segment
;sysvshm.init_mem = 10000
; Local Variables:
; tab-width: 4
; End: