6 GB swap on your 4 GB DigitalOcean server
Perfect 👍 if you want 6 GB swap on your 4 GB DigitalOcean server, here’s the safe step-by-step:
🛠 Create and Enable 6 GB Swap File
Check existing swap
swapon --show
(if nothing shows, no swap is enabled)
Create a 6 GB swap file
sudo fallocate...
mandeepsingh.hashnode.dev1 min read