Changes between Version 44 and Version 45 of PuffinServer


Ignore:
Timestamp:
06/06/13 14:09:30 (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PuffinServer

    v44 v45  
    106106}}} 
    107107 
     108To increase the number of php-fpm processes edit the following lines in {{{/opt/local/etc/php53-fpm.conf}}} (see ticket:555#comment:26): 
     109 
     110{{{ 
     111process.max = 20 
     112pm.max_children = 16 
     113pm.min_spare_servers = 4 
     114}}} 
     115 
     116And then restart php-fpm53: 
     117 
     118{{{ 
     119/etc/init.d/php53-fpm restart 
     120}}} 
     121 
     122And check the error log: 
     123 
     124{{{ 
     125tail -f /var/log/php/php53-fpm-error.log 
     126}}} 
     127 
    108128Upgrade tickets: 
    109129