如何修复wordpress cpu每次运行100%++

问题描述

我尝试禁用所有插件或tye优化数据库,并尝试安装新的vps,但仍然是100%cpu

如何解决问题?

enter image description here

解决方法

听起来像您需要增加wp-config.php文件https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

中的内存限制

我建议不少于750M

可能还有其他PHP变量,例如max_execution_time和max_input_time也可能需要增加,但从内存限制开始,看看是否有帮助。