Fatal install error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 268435456 bytes)

cuman
Forums
Hello Trying to install Opigno: XXX $ composer create-project opigno/opigno-composer example-folder Installing opigno/opigno-composer (1.4.0) - Installing opigno/opigno-composer (1.4.0): Downloading (100%) Created project in example-folder > DrupalProject\composer\ScriptHandler::checkComposerVersion Loading composer repositories with package information Updating dependencies (including require-dev) PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 268435456 bytes) in phar:///usr/bin/composer/src/Composer/DependencyResolver/Solver.php on line 220 Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 268435456 bytes) in phar:///usr/bin/composer/src/Composer/DependencyResolver/Solver.php on line 220 Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-er… for more info on how to handle out of memory errors. Any helps much appreciated. Thanks
axel

Hello

Hello

You should follow the instruction on the link that is mentioned in the message that you get: https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors

It will solve your issue

cuman

The problem was the path

The problem was the path In my case the right path is: php -d memory_limit=-1 /usr/bin/composer Thanks