現(xiàn)象:
Allowed memory size of 6442450944 bytes exhausted (tried to allocate 8192 bytes)[/www/wwwroot/app.gcfuyu.com/app/model/order/StoreOrderCartInfo.php:40
即使后面內(nèi)存分配到了16g 也還是會(huì)報(bào)溢出
查看eb_store_order_cart_info 表 發(fā)現(xiàn)已存在有45萬(wàn)條數(shù)據(jù)。
將數(shù)據(jù)備份清除后,上述報(bào)錯(cuò)不再出現(xiàn)。
想知道,StoreOrderCartInfo 這里做了什么操作 會(huì)導(dǎo)致占滿內(nèi)存。