bonsoir,
je veux faire un php composer.phar update, mais je reçois l'erreur :
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocat
e 134217728 bytes) in phar://C:/xampp/htdocs/Symfony_2.8/composer.phar/src/Compo
ser/DependencyResolver/RuleSetGenerator.php on line 129
j'ai modifié la valeur de memory_limit a -1 dans php.ini, quand j’exécute la commande php -r "echo ini_get('memory_limit').PHP_EOL;", la réponse est -1, donc la valeur est bien modifié.
est-ce que j'ai oublié quelque chose ?
Partager