Changes between Version 96 and Version 97 of NewLiveServer


Ignore:
Timestamp:
04/16/12 14:16:20 (5 years ago)
Author:
chris
Comment:

APC settings updated

Legend:

Unmodified
Added
Removed
Modified
  • NewLiveServer

    v96 v97  
    328328The php-apc package is installed and info about how it is preforming is at https://live.quince.webarch.net/info/apc.php it's protected using htauthentication, ask chris@webarchitects.co.uk for the username / password if you need it. 
    329329 
    330 The configuration is in /etc/php5/conf.d/apc.ini and the settings have been taken from here http://www.innovatingtomorrow.net/2008/01/17/improve-php-performance-apc 
     330The configuration is in /etc/php5/conf.d/apc.ini and the settings were taken from here http://archive.innovatingtomorrow.net/2008/01/17/improve-php-performance-apc  
    331331 
    332332{{{ 
     
    334334apc.enabled = 1 
    335335apc.shm_size = 256 
    336 apc.include_once_override = 1 
    337 apc.mmap_file_mask = /tmp/apc.XXXXXX 
    338 }}} 
     336apc.include_once_override = 0 
     337apc.mmap_file_mask = /dev/zero 
     338}}} 
     339 
     340These were changed following problems that were caused for Piwik, see ticket:393 
    339341 
    340342The shm_size was set to 128M but was increased to 256M when the available RAM was increased, see ticket:397.