Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Memory exhaustion when recreating duplicates-index #511

Closed
natted opened this issue Oct 25, 2023 · 1 comment · Fixed by #512
Closed

[Bug]: Memory exhaustion when recreating duplicates-index #511

natted opened this issue Oct 25, 2023 · 1 comment · Fixed by #512
Labels
Milestone

Comments

@natted
Copy link
Contributor

natted commented Oct 25, 2023

Expected behavior

command bin/console cmf:duplicates-index -r will recreate the customer duplicates index successfully

Actual behavior

When executing bin/console cmf:duplicates-index -r with a large amount of Customers that have many potential duplicates, recreateIndex within /src/DuplicatesIndex/DefaultMariaDbDuplicatesIndex.php fails due to memory exhaustion (before reindexing is completed).

Steps to reproduce

Import large number of Customers, with large amount of potential duplicates.
Run command bin/console cmf:duplicates-index -r

@kingjia90
Copy link
Contributor

Fixed by #512

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

Successfully merging a pull request may close this issue.

3 participants