php: Fatal error: Allowed memory size of x bytes exhausted
Posted On 2012年11月24日
Q: Fatal error: Allowed memory size of x bytes exhausted (tried to allocate x bytes) detail error code and line
A:
memory_limit = 20M ; Maximum amount of memory a script may consume (8MB)
通常当你使用比较重的框架时,会导致执行一个脚本需要更大的内存.
此篇文章已被阅读1758 次