Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
What is the > bs=1024 count=512k < in the above command?
How do we set the size? for example if I’m running on a 256mb plan
C
BS stands for blocksize and in this case it will be 1,024 bytes. Count is how many times to write this block, or 512,000 * 1,024 bytes = 512MB of SWAP
Please note that for security reasons it is advisable to enter something like:
source: http://www.cyberciti.biz/faq/linux-add-a-swap-file-howto/