Centos 7 How To Add Swap

Create Swap File

dd if=/dev/zero of=/swapfile count=4096 bs=1MiB

chmod 600 /swapfile

mkswap /swapfile

swapon /swapfile

Check Swap

swapon -s

free -h

Make Swap File Permanent

echo /swapfile swap swap sw 0 0 >> /etc/fstab

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x