From 4151477380058c79fbd7ffb275c0704477cac93c Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 31 Jan 2023 21:00:22 -0500 Subject: [PATCH] More swap --- lib/tasks/fly.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/fly.rake b/lib/tasks/fly.rake index 10286a2..9b07558 100644 --- a/lib/tasks/fly.rake +++ b/lib/tasks/fly.rake @@ -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' -- 2.38.5