Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors.%
magento2 :
解決方案
運行以下命令:
靜態內容部署:
php -dmemory_limit=6G bin/magento setup:static-content:deploy
緩存刷新:
php -dmemory_limit=6G bin/magento cache:flush
設置升級:
php -dmemory_limit=6G bin/magento setup:upgrade