zend_mm_heap corrupted appears as an error message in a PHP program that I wrote to pre-render a large environment.
I suspect this is due to having too many variable assignments in the script, although I am not sure about this since I wrote the script to have only about 20 variables at any given time, one of which is an array that can contain up to 500 elements. However, the total number of iterations is on the order of several billion.
I will correct my suspicions, and if so, what can be done about this? It would be better, for example, to run the script for a while, then upload the important variables to the file and restart the script, forcing him to pick up these variables and continue?
source
share