- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
cron job run error
I was trying to run php bin/magento cron:run - this gave me the below error.
I am not a coder and very new in magento ... any suggestions how to fix it - the magento version I am using is ce 2.2.0
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: cron job run error
Hi,
You might want to have a look here: https://github.com/magento/magento2/issues/10040
Does it solve your problem?
If you find these data useful, please give 'kudos' or 'accept as solution'.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: cron job run error
nope my friend the topic refereed did not run
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: cron job run error
It looks like your server or hosting account is running out of memory:-
http://devdocs.magento.com/guides/v2.2/comp-mgr/trouble/cman/out-of-memory.html
Magento recommends that you allocate 2GB to PHP memory_limit to ensure that every operations runs smoothly.
If you are unsure on how to do this, you may need to contact your hosting provider for assistance as every provider may have a different way to achieve this.