From 50ff71fd5c41d786a8d3040d93a7f9a815824366 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 10 Feb 2015 19:21:50 -0400 Subject: propellor spin --- config-joey.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.3-2-g0d8e