Code
Code

Reputation: 71

Composer out of memory after upgrade Sylius from 1.1.6 to 1.2.9

I have followed the instruction to upgrade Sylius from 1.1.6 to 1.2.9: https://github.com/Sylius/Sylius/blob/master/UPGRADE-1.2.md

Now, composer no longer working with error: out of memory

I have already set to memory_limit=-1 (unlimited) in php.ini

And composer working fine on another folder (I have install new Sylius with no issue)

My env: Windows, Xampp, PHP 7.2.7, Symfony 3.4.18 composer v1.8.0

Anyone could help?

Upvotes: 0

Views: 298

Answers (1)

Mahmoud
Mahmoud

Reputation: 217

Try this maybe can help you :

php -d memory_limit=-1 composer.phar update

Upvotes: 1

Related Questions