π¨βπ§Change PHP Configuration [Terminal]
easiest method i know
How to execute php memory limit change commands with different memory_limit
memory_limit Change PHP Configuration [Terminal]
sudo service apache2 restartsed -i 's,^memory_limit =.*$,memory_limit = 1G,' /etc/php/8.1/apache2/php.inigrep '^memory_limit' /etc/php/8.1/apache2/php.iniCheck what version you are currently using:
php -vLast updated