I make a request for a wave, the witch worked fine for weeks, and now she returns this error:
Allowed memory size 262144 bytes exhausted (tried to allocate 76889 bytes)
The weird part is that I checked php.ini and phpinfo and both say the memory limit is
memory_limit 1028M
I also tried
ini_set("memory_limit","400M");
At the top of the file, to be sure, but still, get this error.
This happens both on development servers and in production.
source share