Changeset 50 for eaccelerator/trunk/eaccelerator.ini
- Timestamp:
- 12/28/04 00:29:36 (4 years ago)
- Files:
-
- eaccelerator/trunk/eaccelerator.ini (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/eaccelerator.ini
r26 r50 61 61 eaccelerator.shm_max = "0" 62 62 63 ; When MMCache fails to get shared memory for new script it removes all64 ; scripts which were not accessed at last "shm_ttl" seconds from shared63 ; When eAccelerator fails to get shared memory for new script it removes 64 ; all scripts which were not accessed at last "shm_ttl" seconds from shared 65 65 ; memory. Default value is "0" that means - don't remove any files from 66 66 ; shared memory. 67 67 eaccelerator.shm_ttl = "0" 68 68 69 ; When MMCache fails to get shared memory for new script it tryes to remove70 ; old script if the previous try was made more then "shm_prune_period"69 ; When eAccelerator fails to get shared memory for new script it tryes to 70 ; remove old script if the previous try was made more then "shm_prune_period" 71 71 ; seconds ago. Default value is "0" that means - don't try to remove any 72 72 ; files from shared memory.