WordPress 内存大小设置
wordpress 目录下wp-setting.php 文件:
if
(
!
defined
(
'WP_MEMORY_LIMIT'
)
)
define
(
'WP_MEMORY_LIMIT'
,
'64M'
)
;