MigrateExecutable::$memoryThreshold

Same name and namespace in other branches
  1. 9 core/modules/migrate/src/MigrateExecutable.php \Drupal\migrate\MigrateExecutable::memoryThreshold
  2. 8.9.x core/modules/migrate/src/MigrateExecutable.php \Drupal\migrate\MigrateExecutable::memoryThreshold
  3. 10 core/modules/migrate/src/MigrateExecutable.php \Drupal\migrate\MigrateExecutable::memoryThreshold

The ratio of the memory limit at which an operation will be interrupted.

Type: float

File

core/modules/migrate/src/MigrateExecutable.php, line 48

Class

MigrateExecutable
Defines a migrate executable class.

Namespace

Drupal\migrate

Code

protected $memoryThreshold = 0.85;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.