Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

Huge memory usage when importing large quantities of products #92

Open
piotrekkaminski opened this issue Jan 3, 2018 · 5 comments
Open
Milestone

Comments

@piotrekkaminski
Copy link
Contributor

piotrekkaminski commented Jan 3, 2018

imported from: magento/magento2#10914

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

  1. Magento 2.1.7
  2. CSV with 1 500 000 products

Steps to reproduce

  1. Validate 1 500 000 products
  2. Run import

Expected result

  1. Memory usage for iterating trough import data should be constant

Actual result

  1. Whole table contents is loaded to memory
@piotrekkaminski
Copy link
Contributor Author

piotrekkaminski commented Jan 3, 2018

Pull request: magento/magento2#10918

@piotrekkaminski
Copy link
Contributor Author

_From @magento-engcom-team: @diwipl, thank you for your report.
We've created internal ticket(s) MAGETWO-84592 to track progress on the issue. _

@nemesis-back
Copy link

@dmanners @piotrekkaminski assign to me please

@dmanners
Copy link
Contributor

Hi @nemesis-back thank you for reaching out to us. I have sent you and invitation to the github team. Once you have accepted this invite you will have permissions to assign a task to yourself. If you need any further help feel free to reach out to me.

@nemesis-back nemesis-back self-assigned this May 30, 2018
@dmanners
Copy link
Contributor

Hi @nemesis-back did you get anything working on this? Or have any debugging information that might be useful for people to continue working with?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants