We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1aa10cf + 486d566 commit 55becf8Copy full SHA for 55becf8
app/code/Magento/CatalogImportExport/Model/Export/Product.php
@@ -782,7 +782,7 @@ protected function getItemsPerPage()
782
}
783
784
// Tested one product to have up to such size
785
- $memoryPerProduct = 100000;
+ $memoryPerProduct = 500000;
786
// Decrease memory limit to have supply
787
$memoryUsagePercent = 0.8;
788
// Minimum Products limit
0 commit comments