Allowed memory size of 134217728 bytes exhausted
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes)
一直以???在?表??或新增文章?
有?候都?出?:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 393216 bytes)
但有?候?又很正常而不??示??的??
本?想?反正出???也有正常?表,所以就?管它了
今天有空就??他看一下???出在哪
按照Allowed memory size of 8388608 bytes exhausted?句?短的?句?判?
??不?找出???,大意就是?允????大小比8388608 bytes多一?
所以????出?在????的不?大吧!!
原?是memory_limit 的??值通常? 8M,而LifeType需要?8.3M
所以啦!!就把它改大一?就?事?!!由於????是??的,有?候?很正常
所以如果?有人在我的??中???出????,麻?回?一下!!
好啦!!??不多?,??一下有哪些改善的方法:
自架主?
如果是自己架站的?,管理?的?限是最大的,修改php.ini??的memory_limit,可以?定memory_limit = 16M(或更大)
??主?
修改 .htaccess ?,新增一段?法php_value memory_limit 16M(或更大)
3. 在php文件增加一条语句
ini_set('memory_limit', '-1');