View Issue Details

IDProjectCategoryView StatusLast Update
0005289OXID eShop (all versions)2.6. Administer orderspublic2023-11-20 14:54
Reportervschmi Assigned To 
PrioritynormalSeveritymajorReproducibilitysometimes
Status closedResolutionno change required 
Product Version4.7.6 / 5.0.6 
Summary0005289: Memory Consumption of "Packing List" not linear, leads to memory consumption errors
DescriptionHi,

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.
TagsNo tags attached.
ThemeNot defined
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

vschmi

2013-07-12 16:32

reporter   ~0008905

In fact that function is limiting the result set to 5000 records, which is way too much. Something like 200 seems to be enough.

svetlana

2013-08-20 15:56

reporter   ~0008970

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?

vschmi

2013-08-20 15:59

reporter   ~0008971

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.

SvenBrunk

2023-11-20 14:54

administrator   ~0015841

This feature was removed