Hello everybody,
since some days we have problems with out magento server (CE 2.2.1). We figured out that the following line in the crontab
* * * * * <path to php binary> <magento install dir>/bin/magento cron:run | grep -v "Ran jobs by schedule" >> <magento install dir>/var/log/magento.cron.log
ask so much work of the mysql server that the machine runs out of memory!
Do you have any idea how we may debug this problem?
Best regards,
Fabianus
Solved! Go to Solution.
Hi @fabianus,
I saw what you describe (my laptop was almost freeze beacuse the CPU was wokring at 100% all the time).
It seems is a bug and is currently open: https://github.com/magento/magento2/issues/11002
Hi @fabianus,
I saw what you describe (my laptop was almost freeze beacuse the CPU was wokring at 100% all the time).
It seems is a bug and is currently open: https://github.com/magento/magento2/issues/11002
@Damian Culottawrote:Hi @fabianus,
I saw what you describe (my laptop was almost freeze beacuse the CPU was wokring at 100% all the time).
It seems is a bug and is currently open: https://github.com/magento/magento2/issues/11002
Saved my butt, thanks man!