Follow-up to #2545632: [PP1] Move memory reclamation out of migrate executable
Problem/Motivation
Part of the objective of #2541580: Remove obsoleted functionality from core Migrate was to remove much of the obsolete or un-related code from the migrate executable. Memory reclaiming is still needed though for the majority of migrations to complete.
Proposed resolution
Refactor memory reclaiming to use existing events and use https://api.drupal.org/api/drupal/core%21modules%21migrate%21src%21Plugi....
Comments
Comment #2
heddnI do not think this is blocked by #2778433: Allow migration events to affect executable loop status. given the more recent discussions. So making this active again. The consensus seems to use:
https://api.drupal.org/api/drupal/core%21modules%21migrate%21src%21Plugi...
Comment #8
heddnThis has seen more progress over in #3006750: Remove memory management from MigrateExecutable.