mysqld.bin and php-fpm are eating up all my CPU.
Here is the output of top run 10 times: https://gist.github.com/two7sclash/5081188dd00e8fc6bfcb
I've got plenty of memory and CPU for the load (theoretically) so I don't understand what is happening. Got OpCache running and a few gigs of swap space, etc.
Here are my opcache settings: https://wiki.bitnami.com/Components/PHP#How_to_install_OPCache_for_PHP.3f
zend_extension=/opt/bitnami/php/lib/php/extensions/opcache.so
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=1
Server specs: AWS C3 Large (c3.large, 3.75 GiB RAM, 7 ECUs ).
Not sure if this is related to problems I was having here: https://community.bitnami.com/t/is-xcache-responsible-for-site-hanging-upon-loading-new-php-files/26355