Magento 2 Composer killed error quick fix executing those command

========= killed error solution ========
free -m
mkdir -p /var/_swap_
cd /var/_swap_
#Here, 1M * 2000 ~= 2GB of swap memory
dd if=/dev/zero of=swapfile bs=1M count=2000
mkswap swapfile
swapon swapfile
chmod 600 swapfile
echo "/var/_swap_/swapfile none swap sw 0 0" >> /etc/fstab
#cat /proc/meminfo
free -m

Comments

Popular posts from this blog

Magento 2 upgrade steps

Magento 2 test data clean using my sql query

Magento 2 invalid Form key