You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2019. It is now read-only.
When importing huge amounts of products Magento 2 is loading contents of importexport_importdata to memory and then iterate it in memory which results in huge memory usage
Preconditions
Magento 2.1.7
CSV with 1 500 000 products
Steps to reproduce
Validate 1 500 000 products
Run import
Expected result
Memory usage for iterating trough import data should be constant