diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-02-09 18:51:07 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-02-09 18:51:07 -0400 |
| commit | 991249185c1b0ef7504e5480892ff1f090beb0fc (patch) | |
| tree | ec54598113219f68037dd007c237cf8a72279ea2 /src | |
| parent | 5781da55bcb641a9728dc7aea94c80380a8060f2 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 32b19764..e8acd2a4 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -129,8 +129,8 @@ obnamLowMem = combineProperties "obnam tuned for low memory use" , "/etc/obnam.conf" `File.containsLines` [ "[config]" , "# Suggested by liw to keep Obnam memory consumption down (at some speed cost)." - , "upload-queue-size = 128" - , "lru-size = 128" + , "upload-queue-size = 64" + , "lru-size = 64" ] ] |
