Changes between Version 44 and Version 45 of PuffinServer
- Timestamp:
- 06/06/13 14:09:30 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PuffinServer
v44 v45 106 106 }}} 107 107 108 To 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 {{{ 111 process.max = 20 112 pm.max_children = 16 113 pm.min_spare_servers = 4 114 }}} 115 116 And then restart php-fpm53: 117 118 {{{ 119 /etc/init.d/php53-fpm restart 120 }}} 121 122 And check the error log: 123 124 {{{ 125 tail -f /var/log/php/php53-fpm-error.log 126 }}} 127 108 128 Upgrade tickets: 109 129