Fatal error: Allowed memory size of 33554432 bytes exhausted

今天后台提示WordPress升级到2.8.2,按照往常,后台自动升级,结果发现了一个问题。错误提示:

Fatal error: Allowed memory size of 33554432 bytes exhausted

搜索了一下。发官方网站的论坛还是发现了这个问题的解决方法。

在根目录的有个文件:wp-settings.php

第13行:define(’WP_MEMORY_LIMIT’, ‘32M’);

改为     : define(’WP_MEMORY_LIMIT’, ‘64M’);

问题搞定。

原文:http://wordpress.org/support/topic/194370

当前没有评论!

第一个在本文留言。

发表评论

名字(必须)
邮箱(必须),(不会被公布)
网址(推荐)

字体为 粗体 是必填项目,邮箱地址 永远不会 被公布。

允许部分 HTML 代码:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
URLs(网站链接)必须完整有效 (比如: http://www.chenxi.info),所有标签都必须完整的关闭。

超出部分系统将会自动分段及换行。

请保证评论内容是与日志或 Blog 内容相关的,灌水、攻击性或不恰当的评论 可能 会被编辑或删除。