現(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 也還是會報溢出
查看eb_store_order_cart_info 表 發(fā)現(xiàn)已存在有45萬條數(shù)據(jù)。
將數(shù)據(jù)備份清除后,上述報錯不再出現(xiàn)。
想知道,StoreOrderCartInfo 這里做了什么操作 會導(dǎo)致占滿內(nèi)存。