- Issue created by @EJTH
On a site we have ~ 20k taxonomy terms in our "tag" taxonomy. The term merge functionality totally breaks if there is too many taxonomies.
PHP message: PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 950272 bytes) in /var/www/html/web/core/lib/Drupal/Core/Render/Renderer.php on line 493
Have ~20K taxonomies, then go to /admin/structure/taxonomy/manage/{taxonomy}/merge
I propose not creating 20k checkboxes if it causes out of memory issues. Maybe using entity_reference_autocomplete instead?
Active
2.0
Code