Rackspace Cloud Servers do the same, their instructions for enabling swap are here: <a href="http://www.rackspace.com/knowledge_center/article/create-a-linux-swap-file" rel="nofollow">http://www.rackspace.com/knowledge_center/article/create-a-l...</a><p>Their explanation for the change is [1]:<p><i>Why remove swap?<p>In a multi-tenant cloud environment certain resources are shared amongst customers, and in the case of swap the key resource affected is “disk IOPS” (IOPS stands for “Input/Output Operations per Second”; literally the number of read/write operations that can be performed on the disk per second). Disk IOPS are consumed whenever an application performs any sort of read or write to the physical hard disks.<p>If Cloud Servers running on the same physical host are running more processes than their allotted RAM, they will begin to heavily utilize swap. This has the side effect of consuming a large portion of the available disk IOPS pool, thereby causing what we refer to as the “noisy neighbor” effect. Put plainly, this means that other virtual machines can monopolize the disk and affect your performance, much like a “noisy neighbor” in the real world can disrupt your quiet dinner plans.<p>Prior to the change described above, a separate partition, solely dedicated to swap memory, would be given to each virtual machine by default. In order to provide the best service and consistent performance, as well as aligning to industry standard practice, we have removed this default swap partition. We believe this will lead to better customer experiences across the board.</i><p>I've also just added a note about it in a blog post here: <a href="http://blog.human-friendly.com/a-week-with-docker" rel="nofollow">http://blog.human-friendly.com/a-week-with-docker</a><p>I think for beginners having some swap enabled would be a good thing although there are probably production scenarios where there are risks of massive performance degradation once you start swapping and you may prefer to know that you have hit the wall.<p>On the SSD backed cloud servers I would hope that swap would perform relatively well compared to spinning rust and if that is how you want to use the i/o that they allocate you it should be fine.<p>[1] <a href="http://www.rackspace.com/knowledge_center/article/changes-to-swap-on-cloud-servers" rel="nofollow">http://www.rackspace.com/knowledge_center/article/changes-to...</a>