15,017
edits
| Line 112: | Line 112: | ||
=== 錯誤訊息: Allowed memory size of XXX bytes exhausted (out of memory) === | === 錯誤訊息: Allowed memory size of XXX bytes exhausted (out of memory) === | ||
* 訊息: PHP Fatal error: Allowed memory size of XXX bytes exhausted (tried to allocate XX bytes) <ref>[https://www.airpair.com/php/fatal-error-allowed-memory-size Fixing PHP Fatal Error: Allowed Memory Size Exhausted]</ref> | * 訊息: PHP Fatal error: Allowed memory size of XXX bytes exhausted (tried to allocate XX bytes) <ref>[https://www.airpair.com/php/fatal-error-allowed-memory-size Fixing PHP Fatal Error: Allowed Memory Size Exhausted]</ref> | ||
* | * 可能原因: | ||
** | ** 一次讀取13萬行的資料,發生記憶體錯誤、 | ||
** 無窮迴圈 (infinite loop) | ** 無窮迴圈 (infinite loop) | ||
* 解決方法: | * 解決方法: | ||