如果Wordpress出現(xiàn)這種問題則表明,程序運行占用的記憶空間超過了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 change the memory limit for one specific script by including a line such as this at the top of the script:

          ini_set("memory_limit","12M");


          The 12M sets the limit to 12 megabytes (12582912 bytes). If this doesn’t work, keep increasing the memory limit until your script fits or your server squeals for mercy.

          You can also make this change permanently for all PHP scripts running on the server by adding a line like this to the server’s php.ini file:

          memory_limit = 12M

          Keep in mind that a huge memory limit is a poor substitute for good coding. A poorly written script may inefficiently squander memory which can cause severe problems for frequently executed scripts. However, some applications are run infrequently and require lots of memory like importing and processing a big data file.

          posted on 2008-12-12 00:09 leweslove 閱讀(2601) 評論(1)  編輯  收藏 所屬分類: Drupal || PHP

          FeedBack:
          # re: Fatal error: Allowed memory size of 8388608 bytes exhausted
          2011-12-13 20:57 | tghgfh

          只有注冊用戶登錄后才能發(fā)表評論。


          網(wǎng)站導(dǎo)航:
           
          Copyright@2008-2009 By Evan
          主站蜘蛛池模板: 五大连池市| 灵宝市| 山东省| 冀州市| 阿合奇县| 寿宁县| 昌图县| 西充县| 西贡区| 大连市| 鄂托克旗| 闽侯县| 瑞安市| 江山市| 灵璧县| 讷河市| 永修县| 房山区| 嵩明县| 绍兴县| 南涧| 新乡县| 广饶县| 启东市| 鲜城| 紫金县| 怀安县| 子长县| 上蔡县| 姚安县| 山东| 侯马市| 汶上县| 怀柔区| 建湖县| 柘荣县| 钟祥市| 梧州市| 涪陵区| 贵阳市| 鹤山市|