Skip to content
Kartik Agaram edited this page Apr 29, 2015 · 6 revisions

Known issues

The news server may sometimes run out of memory, especially if you are running with low RAM. To automatically restart:

$ while true; do ./run-news; sleep 5; done

Once you start this, to kill the server you'll need to hit ctrl-c twice instead of once.

(From http://arclanguage.org/item?id=18900)

Clone this wiki locally