Fatal error "Allowed memory size" while run setup:static-content:deploy
quick solution add memory size in the command :
php -dmemory_limit=6G bin/magento setup:static-content:deploy
change 6G to what you want
quick solution add memory size in the command :
php -dmemory_limit=6G bin/magento setup:static-content:deploy
change 6G to what you want