- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
🐛 Reduce the number of field blocks created for entities (possibly to zero) Fixed landed today! Does that mean we can close this?
- Status changed to Active
4 days ago 4:13am 3 June 2025 - 🇦🇺Australia acbramley
Unfortunately I can still reproduce this on 11.x
❯ php -d memory_limit=128M core/scripts/drupal quick-start demo_umami 9/17 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] Install site PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 53248 bytes) in /home/adam/src/projects/drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php on line 121
- 🇩🇰Denmark ressa Copenhagen
Both https://www.drupal.org/download → and in the docs → use more memory (
memory_limit=256M
), so maybe that takes care of it?I use DDEV to run
quick-start
, but am facing difficulties currently ... see Document or fix Drupal Quickstart command #7348.