memory-limit-error For more info on how to handle out of memory errors. magento-2.3 cli command

在Mac 下使用命令行运行magento的相关命令出现下面错误代码。

Commands giving this error.Please check this, https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-error For more info on how to handle out of memory errors.

解决办法:在命令行前面添加:-dmemory_limit=6G

例如执行下面的命令:

php -dmemory_limit=6G  bin/magento setup:di:compile
php -dmemory_limit=6G  bin/magento setup:static-content:deploy -f
php -dmemory_limit=6G  bin/magento indexer:reindex
php -dmemory_limit=6G  bin/magento cache:clean
php -dmemory_limit=6G  bin/magento cache:flush