Index: /branches/1.0/xcache.ini
===================================================================
--- /branches/1.0/xcache.ini	(revision 166)
+++ /branches/1.0/xcache.ini	(revision 167)
@@ -20,6 +20,6 @@
 ; ini only settings, all the values here is default unless explained
 ; to disable: xcache.size=0
-; to enable : xcache.size=any size > 0 and your system mmap allows
-xcache.size =                  0
+; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows
+xcache.size  =                0M
 ; uncomment and set to cpu count (cat /proc/cpuinfo |grep -c processor)
 xcache.count =                 1
@@ -28,5 +28,5 @@
 
 ; same as aboves but for variable cache
-xcache.var_size =              0
+xcache.var_size  =            0M
 xcache.var_count =             1
 xcache.var_slots =            8K
Index: /trunk/xcache.ini
===================================================================
--- /trunk/xcache.ini	(revision 166)
+++ /trunk/xcache.ini	(revision 167)
@@ -23,6 +23,6 @@
 xcache.shm_scheme =        "mmap"
 ; to disable: xcache.size=0
-; to enable : xcache.size=any size > 0 and your system mmap allows
-xcache.size =                  0
+; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows
+xcache.size  =                0M
 ; set to cpu count (cat /proc/cpuinfo |grep -c processor)
 xcache.count =                 1
@@ -35,5 +35,5 @@
 
 ; same as aboves but for variable cache
-xcache.var_size  =             0
+xcache.var_size  =             0M
 xcache.var_count =             1
 xcache.var_slots =            8K
