[php-pecl-apc/f14/master] fix default config

Remi Collet remi at fedoraproject.org
Sun Aug 8 06:02:26 UTC 2010


commit deff20feb3aa03af44903912d3e9f108eb394197
Author: remi <fedora at famillecollet.com>
Date:   Sun Aug 8 07:49:59 2010 +0200

    fix default config

 php-pecl-apc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/php-pecl-apc.spec b/php-pecl-apc.spec
index 2219d2c..f02c6f2 100644
--- a/php-pecl-apc.spec
+++ b/php-pecl-apc.spec
@@ -78,8 +78,8 @@ extension = apc.so
 apc.enabled=1
 ; The number of shared memory segments to allocate for the compiler cache. 
 apc.shm_segments=1
-; The size of each shared memory segment in MB.
-apc.shm_size=64
+; The size of each shared memory segment, with M/G suffixe
+apc.shm_size=64M
 ; A "hint" about the number of distinct source files that will be included or 
 ; requested on your web server. Set to zero or omit if you're not sure;
 apc.num_files_hint=1024
@@ -177,6 +177,9 @@ fi
 
 
 %changelog
+* Sun Aug 08 2010 Remi Collet <Fedora at FamilleCollet.com> - 3.1.4-2
+- fix default value for apc.shm_size (need M suffixes)
+
 * Thu Aug 05 2010 Remi Collet <Fedora at FamilleCollet.com> - 3.1.4-1
 - update to Version 3.1.4 (beta) - API 3.1.0 (beta)
 


More information about the scm-commits mailing list