Index: /trunk/xcache.ini
===================================================================
--- /trunk/xcache.ini	(revision 168)
+++ /trunk/xcache.ini	(revision 177)
@@ -36,5 +36,5 @@
 
 ; same as aboves but for variable cache
-xcache.var_size  =             0M
+xcache.var_size  =            0M
 xcache.var_count =             1
 xcache.var_slots =            8K
Index: /trunk/xcache-zh-gb2312.ini
===================================================================
--- /trunk/xcache-zh-gb2312.ini	(revision 149)
+++ /trunk/xcache-zh-gb2312.ini	(revision 177)
@@ -20,7 +20,10 @@
 [xcache]
 ; ����Ķ���ѡ����� ini ������޸�, �����г��Ķ���Ĭ��ֵ, ��������˵��
+
+; select low level shm/allocator scheme implemenation
+xcache.shm_scheme =        "mmap"
 ; ����: xcache.size=0
-; ����: xcache.size=����>0��ֵ, ͬʱ��ע������ϵͳ mmap ����
-xcache.size =                  0
+; ����: xcache.size=64M ֮�� (����>0��ֵ) ͬʱ��ע������ϵͳ mmap ����
+xcache.size  =                0M
 ; ��������Ϊ cpu �� (cat /proc/cpuinfo |grep -c processor)
 xcache.count =                 1
@@ -33,5 +36,5 @@
 
 ; ͬ��, ֻ����Ա�����������
-xcache.var_size  =             0
+xcache.var_size  =            0M
 xcache.var_count =             1
 xcache.var_slots =            8K
@@ -59,4 +62,5 @@
 
 xcache.cacher =               On
+xcache.stat   =               On
 xcache.optimizer =           Off
 
