I just can\'t solve this one.
I\'m on Linode 1G RAM basic plan. Trying to install a package via Composer and it\'s not letting me. My memory limit is set to \"-1\" o
edit php.ini file and increase memory_limit value.
memory_limit=1G
will solve this issue.