propellor spin

This commit is contained in:
Joey Hess 2015-02-10 19:21:50 -04:00
parent 057509c5cd
commit 50ff71fd5c
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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"