-3
我從我的數據庫中刪除多個項目時出現此問題。有關解決此問題的任何建議。允許的內存大小用盡
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65488 bytes)
我從我的數據庫中刪除多個項目時出現此問題。有關解決此問題的任何建議。允許的內存大小用盡
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65488 bytes)
打開php.ini
和編輯memory_limit
線象下面這樣:
memory_limit = 512M
也許這會解決它,但它可能不會。如果你不能解決它,請更加特別,增加更多信息。
可能重複[允許的內存大小33554432字節用盡(試圖分配43148176字節)在PHP](http://stackoverflow.com/questions/415801/allowed-memory-size-of-33554432-bytes-exhausted -tried-to-allocate-43148176-byte) – Chris
這可能是由十億個不同的事物引起的。確定以上副本。 –