Skip to content

Commit

Permalink
Fix memory exhaustion when recreating duplicates-index (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
natted committed Nov 7, 2023
1 parent ef74144 commit 3d3ac63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DuplicatesIndex/DefaultMariaDbDuplicatesIndex.php
Expand Up @@ -117,6 +117,8 @@ public function recreateIndex()

$this->updateDuplicateIndexForCustomer($customer, true);
}

\Pimcore::collectGarbage();
}
}

Expand Down

0 comments on commit 3d3ac63

Please sign in to comment.