Skip to content

Commit 000a7a7

Browse files
author
Bohdan Korablov
committed
MAGETWO-71931: Product export doesn`t work. Error 503 Service Unavailable
1 parent f757b46 commit 000a7a7

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)