Changeset 536
- Timestamp:
- 03/02/2008 05:16:56 AM (9 months ago)
- Files:
-
- 1 modified
-
trunk/xcache.ini (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.ini
r399 r536 22 22 ; to disable: xcache.size=0 23 23 ; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows 24 xcache.size = 0M24 xcache.size = 60M 25 25 ; set to cpu count (cat /proc/cpuinfo |grep -c processor) 26 26 xcache.count = 1 … … 33 33 34 34 ; same as aboves but for variable cache 35 xcache.var_size = 0M35 xcache.var_size = 4M 36 36 xcache.var_count = 1 37 37 xcache.var_slots = 8K

