Estoy intentando actualizar el comando 'symfony' del siguiente modo:
Código:
pero obtengo el siguiente error:sudo symfony self-update
PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 12288 bytes) in phar:///usr/local/bin/symfony/vendor/symfony/filesystem/Filesystem.php on line 484
He investigado un poco por la web, y he añadido en el archivo php.ini, en la directiva memory_limit de 128MB hasta 2048MB pero sigo igual. Alguien podría ayudarme? Gracias de antemano.