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.
1 parent f757b46 commit 000a7a7Copy full SHA for 000a7a7
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