From e81c025088f94a9ddb46d639244984bb192b098b Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 16 May 2016 15:43:29 -0700 Subject: [PATCH] we require 2GB of swap now --- discourse-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discourse-setup b/discourse-setup index 59d1e85..e78de5f 100755 --- a/discourse-setup +++ b/discourse-setup @@ -28,7 +28,7 @@ check_disk_and_memory() { if [ "$avail_mem" -lt 1800 ]; then total_swap="$(LANG=C free -m | grep ^Swap: | awk '{print $2}')" if [ "$total_swap" -lt 1000 ]; then - echo "WARNING: Discourse requires at least 1GB of swap when running with less " + echo "WARNING: Discourse requires at least 2GB of swap when running with less " echo "than 2GB of RAM. This system does not appear to have sufficient swap space." echo echo "Without sufficient swap space, your site may not work properly, and future" -- 2.25.1