summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-02-10 19:21:50 -0400
committerJoey Hess2015-02-10 19:21:50 -0400
commit50ff71fd5c41d786a8d3040d93a7f9a815824366 (patch)
tree373bcb51d28401b408422c1a1857338017e04aec /config-joey.hs
parent057509c5cd259b0f84137f3f0d3e8c2e9f428188 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index afd14e88..2da16c57 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -221,7 +221,7 @@ diatom = standardSystem "diatom.kitenet.net" (Stable "wheezy") "amd64"
-- Diatom has 500 mb of memory, so tune for that.
& JoeySites.obnamLowMem
- & Apt.serviceInstalledRunning "swapspace"
+ -- & Apt.serviceInstalledRunning "swapspace"
& Cron.job "memory use logged" (Cron.Times "*/5 * * * *") "root" "/" "(date; free; ps --sort -rss axl | head -n10) >> /var/log/memory.log"
& Apt.serviceInstalledRunning "apache2"