Changes between Version 57 and Version 58 of InstallationGuidelines/Amazon


Ignore:
Timestamp:
06/23/13 20:08:35 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Amazon

    v57 v58  
    6666* You can add swap from a swap file in order to improve performance (especially on a Micro instance):
    6767{{{
     68sudo su -
    6869dd if=/dev/zero of=/swapfile1 bs=1024 count=524288
    6970mkswap /swapfile1