Changes between Version 48 and Version 49 of PuffinServer


Ignore:
Timestamp:
06/20/13 11:50:09 (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PuffinServer

    v48 v49  
    114114}}} 
    115115 
    116 Also the following lines are changed from the defaul BOA settings (see ticket:555 for the notes on this): 
     116Also the following lines are changed from the default BOA settings (see ticket:555 for the notes on this): 
    117117 
    118118{{{ 
     
    137137/etc/init.d/php53-fpm reload 
    138138/etc/init.d/nginx restart 
     139}}} 
     140 
     141Best check the error log: 
     142 
     143{{{ 
     144tail -f /var/log/php/php53-fpm-error.log 
    139145}}} 
    140146 
     
    163169}}} 
    164170 
    165 To increase the number of php-fpm processes edit the following lines in {{{/opt/local/etc/php53-fpm.conf}}} (see ticket:555#comment:26): 
    166  
    167 {{{ 
    168 process.max = 20 
    169 pm.max_children = 16 
    170 pm.min_spare_servers = 4 
    171 }}} 
    172  
    173 And then restart php-fpm53: 
    174  
    175 {{{ 
    176 /etc/init.d/php53-fpm restart 
    177 }}} 
    178  
    179 And check the error log: 
    180  
    181 {{{ 
    182 tail -f /var/log/php/php53-fpm-error.log 
     171To adjust the restarting of nginx and the killing of nginx and php-fpm under heave loads edit {{{/var/xdrago/second.sh}}} changing these values (see ticket:563#comment:9): 
     172 
     173{{{ 
     174CTL_ONEX_SPIDER_LOAD=1552 
     175CTL_FIVX_SPIDER_LOAD=1552 
     176CTL_ONEX_LOAD=5776 
     177CTL_FIVX_LOAD=3552 
     178CTL_ONEX_LOAD_CRIT=7552 
     179CTL_FIVX_LOAD_CRIT=6220 
    183180}}} 
    184181