~singpolyma/whiplash-mboa

4151477380058c79fbd7ffb275c0704477cac93c — Stephen Paul Weber 9 months ago c8768e2
More swap
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/tasks/fly.rake
M lib/tasks/fly.rake => lib/tasks/fly.rake +1 -1
@@ 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 512M /swapfile'
    sh 'fallocate -l 1024M /swapfile'
    sh 'chmod 0600 /swapfile'
    sh 'mkswap /swapfile'
    sh 'echo 10 > /proc/sys/vm/swappiness'