Show
Ignore:
Timestamp:
12/28/04 00:29:36 (4 years ago)
Author:
everaldo_canuto
Message:

Some updates mmcache -> eaccelerator.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/eaccelerator.ini

    r26 r50  
    6161eaccelerator.shm_max = "0" 
    6262 
    63 ; When MMCache fails to get shared memory for new script it removes all 
    64 ; scripts which were not accessed at last "shm_ttl" seconds from shared 
     63; 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 
    6565; memory. Default value is "0" that means - don't remove any files from 
    6666; shared memory. 
    6767eaccelerator.shm_ttl = "0" 
    6868 
    69 ; When MMCache fails to get shared memory for new script it tryes to remove 
    70 ; 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" 
    7171; seconds ago. Default value is "0" that means - don't try to remove any 
    7272; files from shared memory.