Changeset 623 for branches/1.3/xcache.ini
- Timestamp:
- 07/05/2009 10:41:16 AM (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
xcache.ini (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/xcache.ini
r604 r623 23 23 ; to disable: xcache.size=0 24 24 ; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows 25 xcache.size = 0M25 xcache.size = 60M 26 26 ; set to cpu count (cat /proc/cpuinfo |grep -c processor) 27 27 xcache.count = 1 … … 34 34 35 35 ; same as aboves but for variable cache 36 xcache.var_size = 0M36 xcache.var_size = 4M 37 37 xcache.var_count = 1 38 38 xcache.var_slots = 8K

