当前位置:Gxlcms > PHP教程 > zend_mm_heapcorrupted

zend_mm_heapcorrupted

时间:2021-07-01 10:21:17 帮助过:5人阅读

今天用 simpehtmldom 做一个抓取功能,报错 zend_mm_heap corrupted,后来在stackoverflow 找到一个comment,

So I tried using a benchmark script, and tried recording where the script was hanging up. I discovered that just before the error, a php object was instantiated, and it took more than 3 seconds to complete what the object was supposed to do, whereas in the previous loops it took max 0.4 seconds. I ran this test quite a few times, and every time the same. I thought instead of making a new object every time, (there is a long loop here), I should reuse the object. I have tested the script more than a dozen times so far, and the memory errors have disappeared!

以上就介绍了zend_mm_heap corrupted,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

人气教程排行