Skip to content

Commit 7ca0341

Browse files
committed
clarify 4 GB total with swap
1 parent c063580 commit 7ca0341

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Alternately, you can try the [unofficial Heroku install guide][2], or the [BitNa
1717
### Hardware
1818

1919
- Dual core CPU recommended
20-
- 2 GB RAM recommended (1 GB can work, but you'll need swap ..)
20+
- 2 GB RAM recommended (and 2 GB of swap space)
2121

2222
### Software
2323

@@ -39,7 +39,7 @@ Alternately, you can try the [unofficial Heroku install guide][2], or the [BitNa
3939

4040
### Low memory (less than 2 GB)
4141

42-
Remember you *will* need swap enabled and working! To reduce memory footprint, clockwork can run inside your web server. If you launch the your web server with `EMBED_CLOCKWORK=1`, clockwork will run in a backgroud thread. As clockwork itself only performs scheduling, it will have very little impact on performance.
42+
Remember you *will* need swap enabled (enough for a total of 4 GB, so 2 GB swap with 2 GB RAM, and 3 GB swap with 1 GB ram, etc) and working! To reduce memory footprint, clockwork can run inside your web server. If you launch the your web server with `EMBED_CLOCKWORK=1`, clockwork will run in a backgroud thread. As clockwork itself only performs scheduling, it will have very little impact on performance.
4343

4444
[1]: https://github.com/discourse/discourse/blob/master/docs/INSTALL-ubuntu.md
4545
[2]: https://github.com/discourse/discourse/blob/master/docs/HEROKU.md

0 commit comments

Comments
 (0)