Active
Project:
Profile 2
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2012 at 11:43 UTC
Updated:
1 Mar 2012 at 16:10 UTC
When I try to run a feature revert I get the following:
WD features: Reverting ea_user_profile / profile2_type. [notice]
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 1073046 bytes) in /webroot/epilepsy7.drupal.dev/includes/database/database.inc, line 2139
Output from failed command :
(yes that is 1gb of php cli memory)
Once it completes it then nukes all profile content data. Has anyone else seen this or know where to start debugging this issue?
Comments
Comment #1
mikebell_ commentedDone some debugging and found the issue, when features reverts it calls profile2_load_multiple( ) this then does entity_load() on 27,375 profile entities and bombs out.
Is there a nicer way of doing this?