Changeset 167
- Timestamp:
- 09/15/2006 01:16:33 PM (7 years ago)
- Files:
-
- 2 modified
-
branches/1.0/xcache.ini (modified) (2 diffs)
-
trunk/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 -
trunk/xcache.ini
r165 r167 23 23 xcache.shm_scheme = "mmap" 24 24 ; to disable: xcache.size=0 25 ; to enable : xcache.size= any size > 0and your system mmap allows26 xcache.size = 025 ; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows 26 xcache.size = 0M 27 27 ; set to cpu count (cat /proc/cpuinfo |grep -c processor) 28 28 xcache.count = 1 … … 35 35 36 36 ; same as aboves but for variable cache 37 xcache.var_size = 0 37 xcache.var_size = 0M 38 38 xcache.var_count = 1 39 39 xcache.var_slots = 8K

