I am using this in cron File so that it will slow my system ini_set('memory_limit', '-1');. Again and again
I have created a cron PHP script which is called recursively. It is giving me this error:
Allowed memory size of 33554432 bytes exhausted (tried to allocate 43148176 bytes)
I have seen some solutions like increasing the size of memory allocation limit in php.ini. But this is not a permanent solution, and I want permanent solution for this. How can I delete the address of previous stack memory?