phpmemorymemory-limit

PHP allocating less than maximum fails


This one is easy to ask - hopefully quite as easy to answer:

Can anyone explain how this is in any way possible?

screenshot


Solution

  • The error notices says that PHP tried to use 183200 bytes additional memory to the already used memory (something between 1341994528 and 1342177727 bytes) and this breaks the maximum of the allowed 1342177728 bytes.

    You have to (edit your php.ini and) extend the memory limit of PHP.