Fatal error: Allowed memory size of 33554432 bytes exhausted-内存溢出问题处理

四 15th, 2010 | Posted by | Filed under WordPress

刚才升级WP,后台提示Fatal error: Allowed memory size of 33554432 bytes exhausted…..错误,现在把解决办法记录如下:
打开WP安装目录,修改wp-settings.php文件中

define(‘WP_MEMORY_LIMIT’, ’32M’);

define(‘WP_MEMORY_LIMIT’, ’64M’);

即可。

目前还没有任何评论.