Answers for "magento php command with memory limit"

PHP
0

magento2 memory limit

php -dmemory_limit=5G bin/magento setup:di:compile
OR
php -dmemory_limit=5G bin/magento setup:upgrade
OR
php -dmemory_limit=5G bin/magento ANY:CUSTOM_COMMAAND
Posted by: Guest on October-08-2020

Code answers related to "magento php command with memory limit"

Browse Popular Code Answers by Language