Hi @hs.khoo,
You can check the free RAM memory in the instance but there are other indicators like the max requests errors in the Apache's log or in the PHP-FPM's log. For example, I found these errors in the PHP-FPM's log
[02-Mar-2021 14:59:14] WARNING: [pool wordpress] server reached pm.max_children setting (25), consider raising it
[02-Mar-2021 16:43:13] WARNING: [pool wordpress] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 3 idle, and 14 total children
You can try to increase those values in the php-fpm conf file (you can take a look at this other post to edit the file https://community.bitnami.com/t/site-is-down-because-of-too-many-dispatching-errors-ah01075-error-dispatching-request-to-polling/91559/3?u=jota)
I still see errors in the Apache's log too
[Wed Mar 03 23:08:47.619447 2021] [proxy_fcgi:error] [pid 2056:tid 139982186448640] [client 66.248.202.19:36440] AH01071: Got error 'PHP message: PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0', referer: https://hometaste.my/wp-admin/edit.php?s&post_status=all&post_type=shop_order&action=-1&_shop_order_order_month&_shop_order_delivery_month&_shop_order_complete_date&_shop_order_order_date&_shop_order_delivery_date&_shop_order_section=Lunch&_shop_order_delivery_time&_shop_order_zone&_shop_order_chef=Lau&_shop_order_payment_method&_coupons_used&_shop_order_billing_name&_shop_order_remaining_days&_customer_user&filter_action=Filter&paged=1&action2=-1
Please check the following guide to troubleshoot server issues:
https://docs.bitnami.com/general/apps/wordpress/troubleshooting/debug-errors-apache/
- Some WordPress files don't have the expected permissions. Please check the following guide:
https://docs.bitnami.com/general/apps/wordpress/administration/understand-file-permissions/
- and I also found WordPress plugin related error messages in the Apache error log.
[Wed Mar 03 23:09:17.914982 2021] [proxy_fcgi:error] [pid 2425:tid 139981926274816] [client 66.248.202.19:40018] AH01071: Got error 'PHP message: PHP Warning: array_merge(): Expected parameter 2 to be an array, null given in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/woocommerce-delivery-area-pro/woocommerce-delivery-area-pro.php on line 311PHP message: PHP Warning: count(): Parameter must be an array or an object that implements Countable in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/woocommerce-delivery-area-pro/woocommerce-delivery-area-pro.php on line 331PHP message: PHP Warning: array_diff(): Expected parameter 2 to be an array, null given in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/woocommerce-delivery-area-pro/woocommerce-delivery-area-pro.php on line 332PHP message: PHP Warning: array_diff(): Expected parameter 1 to be an array, null given in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/woocommerce-delivery-area-pro/woocommerce-delivery-area-pro.php on line 333PHP message: PHP Warning: Invalid argument supplied for foreach() in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/woocommerce-delivery-area-pro/woocommerce-delivery-area-pro.php on line 388PHP message: PHP Warning: Invalid argument supplied for foreach() in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/woocommerce-delivery-area-pro/woocommerce-delivery-area-pro.php on line 372', referer: https://hometaste.my/wp-admin/post.php?post=374095&action=edit
Please check the following guide to deactivate plugins:
https://developer.wordpress.org/cli/commands/plugin/deactivate/
or contact the plugin's developer to know more about that.