- 🇬🇧United Kingdom jonathanshaw Stroud, UK
I suspect this is a duplicate of 🐛 \Drupal\plugin\PluginType\PluginTypeManager::getPluginTypes() does not use file cache correctly Needs review
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.
Needs work
2.8
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I suspect this is a duplicate of 🐛 \Drupal\plugin\PluginType\PluginTypeManager::getPluginTypes() does not use file cache correctly Needs review