Changes between Version 96 and Version 97 of NewLiveServer
- Timestamp:
- 04/16/12 14:16:20 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewLiveServer
v96 v97 328 328 The 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. 329 329 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-apc330 The 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 331 331 332 332 {{{ … … 334 334 apc.enabled = 1 335 335 apc.shm_size = 256 336 apc.include_once_override = 1 337 apc.mmap_file_mask = /tmp/apc.XXXXXX 338 }}} 336 apc.include_once_override = 0 337 apc.mmap_file_mask = /dev/zero 338 }}} 339 340 These were changed following problems that were caused for Piwik, see ticket:393 339 341 340 342 The shm_size was set to 128M but was increased to 256M when the available RAM was increased, see ticket:397.