At a moment to run the project installation the module runs exhausted memory
I hot this error:
[notice] Starting Drupal installation. This takes a while.
[notice] Performed install task: install_select_language
[notice] Performed install task: install_select_profile
[notice] Performed install task: install_load_profile
[notice] Performed install task: install_verify_requirements
[notice] Performed install task: install_settings_form
[notice] Performed install task: install_verify_database_ready
[notice] Performed install task: install_base_system
[notice] Performed install task: install_bootstrap_full
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 208896 bytes) in /var/www/html/web/core/lib/Drupal/Core/Cache/MemoryBackend.php on line 109
This happen with 512M the memory limit for php.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3254457-4.patch | 1.94 KB | sorlov |
| #2 | 3254457-2.patch | 1.9 KB | vacho |
Comments
Comment #2
vacho commentedThis patch lets install the module without performance issues, however needs work because I remove some attributes that I see as unused, but need discussion.
Comment #3
berdirlets see what tests think, but I doubt that will work.
might need to implement __sleep() and __wakeup() instead or use the dependency serialization trait.
Comment #5
sorlov commentedReverted issue condition on $definition['description']
Comment #6
jonathanshawI suspect this is a duplicate of #3416294: \Drupal\plugin\PluginType\PluginTypeManager::getPluginTypes() does not use file cache correctly