In the php.ini file, setting as follows:
memory_limit = 128M
I want to change this to 512M, made the change restarted the services and phpinfo still shows 128M
Also changed it in the php.ini-production and php.ini-development files incase this was being used, restarted the services and same result.
Changes the files in the PHP 7 folder incase that was somehow affecting it but the memory limit still shows 128M
I have restarted the machine but this has had no effect.
Any idea what I am missing here?