Troubleshooting of PHP errors: Difference between revisions
Jump to navigation
Jump to search
m
→錯誤訊息: Allowed memory size of XXX bytes exhausted (out of memory)
| Line 118: | Line 118: | ||
** 無窮迴圈 (infinite loop) | ** 無窮迴圈 (infinite loop) | ||
* 解決方法: | * 解決方法: | ||
** 如果使用 x86 | ** 如果使用 32 位元 (x86) 的 PHP,改成使用 64 位元 (x64) 的 PHP | ||
** 增加 memory_limit<ref>[http://blog.xuite.net/chingwei/blog/30054402-%E3%80%90%E7%B3%BB%E7%B5%B1%E3%80%91PHP+-+Fatal+error%3A+Allowed+memory+size+of+xxx+bytes+exhausted 【系統】PHP - Fatal error: Allowed memory size of xxx bytes exhausted @ My Life :: 隨意窩 Xuite日誌] </ref> | ** 增加 memory_limit<ref>[http://blog.xuite.net/chingwei/blog/30054402-%E3%80%90%E7%B3%BB%E7%B5%B1%E3%80%91PHP+-+Fatal+error%3A+Allowed+memory+size+of+xxx+bytes+exhausted 【系統】PHP - Fatal error: Allowed memory size of xxx bytes exhausted @ My Life :: 隨意窩 Xuite日誌] </ref> | ||
** 跟檔案處理有關: | ** 跟檔案處理有關: | ||