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
product importer is prone to memory issue if entities are not cleared regularly.
for CLASSNAMES - we can add a method call on service to add list of all classes to clear.
Suggestion and feedback appreciated
$this->objectManager->flush();
should be replaced to
$this->objectManager->flush();
foreach(CLASSNAMES as CLASSNAME)
$this->objectManager->clear(CLASSNAME)
product importer is prone to memory issue if entities are not cleared regularly.
for CLASSNAMES - we can add a method call on service to add list of all classes to clear.
Suggestion and feedback appreciated
should be replaced to
The text was updated successfully, but these errors were encountered: