constant MIGRATE_MEMORY_THRESHOLD in Migrate 6
3 uses of MIGRATE_MEMORY_THRESHOLD
- drush_migrate_wipe in ./
migrate.drush.inc - A drush command callback.
- migrate_content_process_clear in ./
migrate.module - Clear migrated objects from the specified content set
- migrate_content_process_import in ./
migrate.module - Import objects from the specified content set
File
- ./
migrate.module, line 23 - This module provides tools at "administer >> content >> migrate" for analyzing data from various sources and importing them into Drupal tables.
Code
define('MIGRATE_MEMORY_THRESHOLD', 0.8);