Skip to content

Instantly share code, notes, and snippets.

@masimplo
Created May 29, 2015 12:21
Show Gist options
  • Save masimplo/73d1a75bb37676fb4c3f to your computer and use it in GitHub Desktop.
Save masimplo/73d1a75bb37676fb4c3f to your computer and use it in GitHub Desktop.
Enable swap in Azure Linux VM
edit the file /etc/waagent.conf
Toggle the option ResourceDisk.Format from 'n' to 'y'
Toggle the option ResourceDisk.EnableSwap from 'n' to 'y'
Add the swapspace size to the option ResourceDisk.SwapSizeMB
reboot the machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment