You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm gonna assume a default Magento won't have this issue, but our installation has about 30 packages in the composer.json, so not a big store imo.
Steps to reproduce
Start the containers
Start the cron (make sure it's enabled in env.php - otherwise you'll be searching like me why it's not working since it's not mentioned in the docs...)
Observe the log file
Expected result
Happy cron jobs
Actual result
Sad cron jobs
What can be investigated is why the cron job thinks it only has 2MB of memory, when PHP was configured for 2GB.
Solution
Allocate more memory to the cron by changing the CRONTAB environment to:
Preconditions
--with-cron
to generate configscomposer.json
, so not a big store imo.Steps to reproduce
env.php
- otherwise you'll be searching like me why it's not working since it's not mentioned in the docs...)Expected result
Actual result
What can be investigated is why the cron job thinks it only has 2MB of memory, when PHP was configured for 2GB.
Solution
CRONTAB
environment to:The text was updated successfully, but these errors were encountered: