I cannot get the Cron jobs to run.
I am getting two separate errors in the logs.
From magento.cron.log I am getting:
Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors.
I have tried setting memory limits to -1 and 10000M to see if it would make a difference but no luck. The cloudlinux specified memory limit for the account is 16GB
I also tried the following command as a Cron but got no output at all
/opt/cpanel/ea-php70/root/usr/bin/php -d memory_limit=-1 /home/xxx/public_html/bin/magento cron:run | grep -v "Ran jobs by schedule" >> /home/xxx/public_html/var/log/magento.cron.log
The other error is in setup.cron.log
Could not open input file: setup:cron:run
Update.Cron.log is empty