We get out of memory on big sites.

I added

function _drush_entity_get_info($entity_type = NULL, $count = FALSE) {

so now there is no counting.

Comments

clemens.tolboom’s picture

I hot fixed this on 8.x-6.x

But we need to find out how to do a decent count query through

$query = new EntityFieldQuery();
clemens.tolboom’s picture

Version: 8.x-6.x-dev » 7.x-5.x-dev

Hotfixed on 7.x-5.x