diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-02-10 19:21:50 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-02-10 19:21:50 -0400 |
| commit | 50ff71fd5c41d786a8d3040d93a7f9a815824366 (patch) | |
| tree | 373bcb51d28401b408422c1a1857338017e04aec | |
| parent | 057509c5cd259b0f84137f3f0d3e8c2e9f428188 (diff) | |
propellor spin
| -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" |
