现象:
Allowed memory size of 6442450944 bytes exhausted (tried to allocate 8192 bytes)[/www/wwwroot/app.gcfuyu.com/app/model/order/StoreOrderCartInfo.php:40
即使后面内存分配到了16g 也还是会报溢出
查看eb_store_order_cart_info 表 发现已存在有45万条数据。
将数据备份清除后,上述报错不再出现。
想知道,StoreOrderCartInfo 这里做了什么操作 会导致占满内存。