Create a new cronjob that runs every minute with a command similar to the one below:
php -i | grep "memory_limit" > /home/name/public_html/phpoutput.txt
Or
php -i | grep "Loaded Configuration File" > /home/name/public_html/phpoutput.txt
We can now see the output by right clicking the file and choosing view on the path.