propellor spin
This commit is contained in:
parent
057509c5cd
commit
50ff71fd5c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue