支持本站的赞助商广告
分类目录┊Categories
- acg culture (4)
- Concern (7)
- Mylife (20)
- 历史存档 (106)
-
最新日志┊New Post
最新评论┊New Reply
归档┊Archives
标签┊Tags
-
垃圾评论拦截
Tag Archives: memory
Fatal error: Allowed memory size of 8388608 bytes exhausted
关于评论(http://xxbin.com/2008/02/02/wordpress-cache/#comment-5)的回复 如果Wordpress出现这种问题则表明,程序运行占用的记忆空间超过了8M,解决方法修改PHP.ini文件将 memory_limit = 8M ; 的值改为12M就可以了 This error message can spring up in a previously functional PHP script when the memory requirements exceed the default 8MB limit. Don’t fret, though, because this is an easy problem to overcome. To … Continue reading