I have /etc/opt/remi/php80/php.ini
memory_limit = 2048M
when i do: php -r "echo ini_get('memory_limit').PHP_EOL;"
I get: 2048M
phpinfo() shows
Loaded Configuration File /etc/opt/remi/php80/php.ini
memory_limit 128M 128M
what am i missing?
notes:
memory_limit does not exist in any other ini file in any folder/subfolder of this dir.
I have restarted apache numerous times.