This is just a general question. Is there a way to scale up the the memory limit of a script as that script starts hitting the already defined limit?
For example, if the memory_limit is set to "32M", is there a way to check when the memory usage approaches that, and if so, set the limit higher?
Thanks for the help!