This commit is contained in:
Joey Hess 2014-04-23 13:53:51 -04:00
parent 55f16b25a5
commit fa45d9f47c
1 changed files with 2 additions and 1 deletions

View File

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