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

前端 未结 21 1606
猫巷女王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条回答
  •  野的像风
    2020-11-21 22:51

    If you are using a shared hosting, you will not be able to enforce the increment in the php size limit.

    Just go to your cpanel and upgrade your php version to 7.1 and above then you are good to go.

提交回复
热议问题