diff options
| -rw-r--r-- | config-joey.hs | 2 |
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" |
