Allowed memory size of 33554432 bytes exhausted (tried to allocate 43148176 bytes) in php

前端 未结 21 1235
猫巷女王i
猫巷女王i 2020-11-21 22:14

This error message is being presented, any suggestions?

Allowed memory size of 33554432 bytes exhausted (tried to allocate 43148176 bytes) in php

21条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-21 23:05

    wordpress users add line:

    @ini_set('memory_limit', '-1');

    in wp-settings.php which you can find in the wordpress installed root folder

提交回复
热议问题