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
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
The text was updated successfully, but these errors were encountered:
Expected behavior
command
bin/console cmf:duplicates-index -r
will recreate the customer duplicates index successfullyActual 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
The text was updated successfully, but these errors were encountered: