time out problems kept brining down the site. Playing with settings fixed it.
/usr/local/etc/php-fpm.conf
<value name=”max_requests”>0</value>
fixed it but now memory leaks are a problem
<value name=”max_requests”>1000</value>
seems to work now to see for how long.

