Jetpack plugin on wordpress
Linode 1024 / CentOS7 / wordpress 4.9 / I installed 3 plugins, wordfence, updraftplus and jetpack
Once I enable jetpack, the system stops mariadb. Sometimes, I can only reboot Linode to restart the mariadb service.
Can't not find solution still.
1 Reply
It may be that your Linode's running out of available memory. Wordpress uses MySQL heavily, and from what I understand Jetpack is a resource intensive plugin. To double check current memory usage, you can use the following command from within your Linode:
free -m
I'd also recommend checking the MySQL log and error log. In CentOS they're usually located here:
/var/log/mysql/mysql.log
/var/log/mysql/mysql_error.log
The location for logs can be changed in the MySQL configuration, so they may be in a different place on your Linode.
If MySQL is running out of memory, you may wish to consider resizing your Linode to the next size up. That would give Wordpress more memory to work with.
There's a guide on resizing here: Resizing a Linode