@@ 28,7 28,7 @@ namespace :fly do
# - disable by removing dependency on the :server task, thus:
# task :server do
task :swapfile do
- sh 'fallocate -l 1024M /swapfile'
+ sh 'fallocate -l 4096M /swapfile'
sh 'chmod 0600 /swapfile'
sh 'mkswap /swapfile'
sh 'echo 10 > /proc/sys/vm/swappiness'