Active
Project:
Drupal core
Version:
main
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2026 at 11:06 UTC
Updated:
4 Jun 2026 at 11:13 UTC
Jump to comment: Most recent
Follow-up from #3486503: Add a file parsing cache collector to replace some uses of FileCache.
Attribute parsing has to load the PHP class into memory which can then never be freed. If we apply the same approach from that issue we should almost never have to load all the classes at once, only when they change.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
catch