From e88e432b44fbe04e9d268bf209154f5d4c9ebcda Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 27 Dec 2008 20:28:38 +0000 Subject: [PATCH] MFH: Add sysvshm.init_mem. [DOC] Looks like this setting has always been available --- php.ini-dist | 5 +++++ php.ini-recommended | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/php.ini-dist b/php.ini-dist index 7e5627e1de..c6d3a05efc 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -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: diff --git a/php.ini-recommended b/php.ini-recommended index 827f4f2fa9..9793b66c22 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -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: -- 2.50.1