15,020
edits
| Line 111: | Line 111: | ||
=== 錯誤訊息: 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) | * 訊息: 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萬行的資料,發生錯誤等原因 | * 原因: 一次讀取13萬行的資料,發生錯誤等原因 | ||
* 解決方法: | * 解決方法: | ||