Changeset 167 for branches/1.0
- Timestamp:
- 09/15/2006 11:16:33 AM (2 years ago)
- Files:
-
- 1 modified
-
branches/1.0/xcache.ini (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/xcache.ini
r101 r167 20 20 ; ini only settings, all the values here is default unless explained 21 21 ; to disable: xcache.size=0 22 ; to enable : xcache.size= any size > 0and your system mmap allows23 xcache.size = 022 ; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows 23 xcache.size = 0M 24 24 ; uncomment and set to cpu count (cat /proc/cpuinfo |grep -c processor) 25 25 xcache.count = 1 … … 28 28 29 29 ; same as aboves but for variable cache 30 xcache.var_size = 030 xcache.var_size = 0M 31 31 xcache.var_count = 1 32 32 xcache.var_slots = 8K

