- Timestamp:
- 2006-09-15T13:16:33+02:00 (7 years ago)
- File:
-
- 1 edited
-
trunk/xcache.ini (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.

