Changeset 536 for trunk/xcache.ini
- Timestamp:
- 2008-03-02T06:16:56+01:00 (5 years ago)
- File:
-
- 1 edited
-
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
Note: See TracChangeset
for help on using the changeset viewer.

