PHP Fatal error: Allowed memory size of 268435456 bytes exhausted Magento2

php7.0-sp -d memory_limit=4G and then command 

Ex : php7.0-sp -d memory_limit=4G bin/magento setup:upgrade

for composer : 

COMPOSER_MEMORY_LIMIT=4G composer update




Comments