当前位置: 首页 > OpenSource > 正文
solved: Fatal error: Allowed memory size of 33554432 bytes exhausted
Oct202010
作者:u2 发布:2010-10-20 21:52 分类:OpenSource solved: Fatal error: Allowed memory size of 33554432 bytes exhausted已关闭评论
wordpress2.8
wp-settings.php
change
define(‘WP_MEMORY_LIMIT’, ’32M’);
to:
define(‘WP_MEMORY_LIMIT’, ’64M’);
wordpress3.0
wp-config.php
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);
/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);
add:
//allow memory size
define(‘WP_MEMORY_LIMIT’, ’64M’);
本文固定链接: https://www.2hei.net/2010/10/20/fatal_error_allowed_memory_size/ | 2hei.net
最活跃的读者