View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005289 | OXID eShop (all versions) | 2.6. Administer orders | public | 2013-07-12 16:25 | 2023-11-20 14:54 |
Reporter | vschmi | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | no change required | ||
Product Version | 4.7.6 / 5.0.6 | ||||
Summary | 0005289: Memory Consumption of "Packing List" not linear, leads to memory consumption errors | ||||
Description | Hi, on our production system we have configured a memory limit of 128MB. However, since today, we receive the error "Allowed memory size of 134217728 bytes exhausted (tried to allocate 92 bytes)" when accessing the packing list. It seems that the packing list either has a memory leak or it consumes more memory when there are more orders. As a temporary workaround, we have increased the memory limit to 256MB. | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | All | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
In fact that function is limiting the result set to 5000 records, which is way too much. Something like 200 seems to be enough. |
|
Reminder sent to: vschmi Hi, Thank you for the bug entry, I tested with 250 orders, but I didn't get any message about memory limit. Could you please provide more details about this bug? |
|
Try with more orders or a lower memory limit. The issue with the packaging list is that it doesn't do any scrolling, retrieving ALL orders. In our case, that's approx 1k orders. |
|
This feature was removed |