You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
TASK [geerlingguy.drupal : Install dependencies with composer require (this may take a while).] ***
...
PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes)
Summary
A Drupal 9 composer project created via composer create-project doesn't work for things like requiring additional packages without more than 1.5 GB of memory available (that's what Composer sets by default).
The text was updated successfully, but these errors were encountered:
Thinking to do something similar to geerlingguy/ansible-role-drupal@a926c5c — just set a global env var, or add it to the geerlingguy.drupal role inclusion.
Issue Type
Full console output
Summary
A Drupal 9 composer project created via
composer create-project
doesn't work for things like requiring additional packages without more than 1.5 GB of memory available (that's what Composer sets by default).The text was updated successfully, but these errors were encountered: