Changeset 255 for branches/1.1/xcache.ini
- Timestamp:
- 10/17/2006 08:30:41 PM (7 years ago)
- Location:
- branches/1.1
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
xcache.ini (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1
-
branches/1.1/xcache.ini
r127 r255 2 2 ;; install as zend extension (recommended), normally "$extension_dir/xcache.so" 3 3 zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so 4 ; zend_extension_ts = /usr/local/lib/php/extensions/non-debug-zts-xxx/xcache.so 4 5 ;; For windows users, replace xcache.so with php_xcache.dll 5 6 zend_extension_ts = c:/php/extensions/php_xcache.dll … … 19 20 [xcache] 20 21 ; ini only settings, all the values here is default unless explained 22 23 ; select low level shm/allocator scheme implemenation 24 xcache.shm_scheme = "mmap" 21 25 ; to disable: xcache.size=0 22 ; to enable : xcache.size= any size > 0and your system mmap allows23 xcache.size = 026 ; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows 27 xcache.size = 0M 24 28 ; set to cpu count (cat /proc/cpuinfo |grep -c processor) 25 29 xcache.count = 1 … … 32 36 33 37 ; same as aboves but for variable cache 34 xcache.var_size = 038 xcache.var_size = 0M 35 39 xcache.var_count = 1 36 40 xcache.var_slots = 8K

