Articles → AWS → Swap space in AWS EC2 instances
Swap space in AWS EC2 instances
Purpose
Which Contents Are Transferred To Swap Space?
- Content that is not in active use
- Content that is not required urgently
How To Implement Swap Space?
sudo dd if=/dev/zero of=/swapfile bs=128M count=32
/swapfile swap swap defaults 0 0
How To Check If A Swap Space Is Implemented Successfully?
Click to Enlarge
Click to Enlarge