From: Jeff Atwood Date: Mon, 16 May 2016 22:43:29 +0000 (-0700) Subject: we require 2GB of swap now X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e81c025088f94a9ddb46d639244984bb192b098b;p=discourse_docker.git we require 2GB of swap now --- 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"