Fatal error: Allowed memory size of …. bytes exhausted (tried to allocate … bytes) in..
错误记录:
Fatal error: Allowed memory size of …. bytes exhausted (tried to allocate … bytes) in..
错误原因:
服务器/空间PHP设置问题
解决方案:
PHP对Script记忆体空间限制的缘故。Default 设定为 8MB,而有些以前的 Script,会要求使用超过 8MB 的内存空间,只要加大 8MB 的使用限制即可。
