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 451202c commit 06d19b9Copy full SHA for 06d19b9
app/code/Magento/CatalogImportExport/Model/Export/Product.php
@@ -768,7 +768,6 @@ protected function getItemsPerPage()
768
if ($this->_itemsPerPage === null) {
769
$memoryLimitConfigValue = trim(ini_get('memory_limit'));
770
$lastMemoryLimitLetter = strtolower($memoryLimitConfigValue[strlen($memoryLimitConfigValue) - 1]);
771
- $memoryUsage = memory_get_usage(true);
772
$memoryLimit = (int) $memoryLimitConfigValue;
773
switch ($lastMemoryLimitLetter) {
774
case 'g':
0 commit comments