diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-23 13:53:51 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-23 13:53:51 -0400 |
| commit | fa45d9f47ca07a99af6c9f7a335f8522836426da (patch) | |
| tree | 667e326f5479b18051b51ae9944650375dc5a5cb /Propellor | |
| parent | 55f16b25a5ea5a9f257760fdc765cbf2b40aed5e (diff) | |
update
Diffstat (limited to 'Propellor')
| -rw-r--r-- | Propellor/Property/SiteSpecific/JoeySites.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs index 587b9c2f..06865c45 100644 --- a/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/Propellor/Property/SiteSpecific/JoeySites.hs @@ -119,7 +119,8 @@ obnamLowMem :: Property obnamLowMem = combineProperties "obnam tuned for low memory use" [ Obnam.latestVersion , "/etc/obnam.conf" `File.containsLines` - [ "# Suggested by liw to keep Obnam memory consumption down (at some speed cost)." + [ "[config]" + , "# Suggested by liw to keep Obnam memory consumption down (at some speed cost)." , "upload-queue-size = 128" , "lru-size = 128" ] |
