@@ -1,7 +1,5 @@
-Index: xcache.ini
-===================================================================
---- xcache.ini (revisiĆ³n: 272)
-+++ xcache.ini (copia de trabajo)
+--- xcache.ini.orig 2009-07-06 06:04:02.000000000 +0200
++++ xcache.ini 2009-08-08 19:53:34.000000000 +0200
@@ -1,13 +1,6 @@
[xcache-common]
;; install as zend extension (recommended), normally "$extension_dir/xcache.so"
@@ -16,17 +14,17 @@
+zend_extension = ${extension_dir}"/xcache.so"
[xcache.admin]
- xcache.admin.user = "mOo"
-@@ -21,7 +14,7 @@
+ xcache.admin.enable_auth = On
+@@ -22,7 +15,7 @@
xcache.shm_scheme = "mmap"
; to disable: xcache.size=0
; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows
--xcache.size = 0M
-+xcache.size = 64M
+-xcache.size = 60M
++xcache.size = 64M
; set to cpu count (cat /proc/cpuinfo |grep -c processor)
xcache.count = 1
; just a hash hints, you can always store count(items) > slots
-@@ -42,12 +35,12 @@
+@@ -43,12 +36,12 @@
xcache.test = Off
; N/A for /dev/zero
|