From 0515da64684c03bdb015575f9f5de0ae5862c91c Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Wed, 3 Jun 2015 16:10:20 -0400 Subject: [PATCH] add note about swap memory on digitalocean --- docker/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docker/README.md b/docker/README.md index 8ace789..7ad0949 100755 --- a/docker/README.md +++ b/docker/README.md @@ -12,3 +12,12 @@ Run the script `prepare.sh` from this folder. To launch the application in development mode, run `../launch-devel.sh`. To launch the application in production mode, run `../launch-prod.sh`. + + +Note on DigitalOcean deployment +=============================== + +The DigitalOcean 512MB RAM option is not able to fully support dubdiff. In order to run dubdiff on this size of "droplet" one must enable a swapfile as described in this article: + (https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-12-04) + +1024K of swap works well.