Quantcast
Channel: SpiderSoft » Linux
Viewing all articles
Browse latest Browse all 20

EC2 Instance and SWAP space

$
0
0
So simple Let’s check how much free space we have: free Let’s make swapfile sudo dd if=/dev/zero of=/var/swap bs=1M count=1024 sudo mkswap /var/swap sudo swapon /var/swap safe it to /etc/fstab sudo echo "/var/swap none swap sw 0 0" >> /etc/fstab

Viewing all articles
Browse latest Browse all 20

Trending Articles