Fatal error: Out of memory (allocated ...) (tried to allocate ... bytes) not due to memory_limit setting
- by Lorenz Meyer
Since a few days, I get the following error on my server:
Fatal error: Out of memory (allocated 262144) (tried to allocate 393216 bytes)
Usually this error is due to a memory consumption that is exceeding the configured memory_limit, but in my case there is no relation. The memory_limit is set to 128MB, and in this case, we not even reach 1MB.
…