Skip to content

Commit 55becf8

Browse files
Merge remote-tracking branch 'thunder/MAGETWO-71931' into BundledPR-Sep8
2 parents 1aa10cf + 486d566 commit 55becf8

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogImportExport/Model/Export

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogImportExport/Model/Export/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ protected function getItemsPerPage()
782782
}
783783

784784
// Tested one product to have up to such size
785-
$memoryPerProduct = 100000;
785+
$memoryPerProduct = 500000;
786786
// Decrease memory limit to have supply
787787
$memoryUsagePercent = 0.8;
788788
// Minimum Products limit

0 commit comments

Comments
 (0)