diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-02-10 15:09:57 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-02-10 15:09:57 -0400 |
| commit | 057509c5cd259b0f84137f3f0d3e8c2e9f428188 (patch) | |
| tree | 2d82e8a44abc7619d1a86de489cfef7414256a19 /src | |
| parent | d1ebc7c1450225434341e8c257efca13bacdecd6 (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 e8acd2a4..f7bbb466 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 = 64" - , "lru-size = 64" + , "upload-queue-size = 96" + , "lru-size = 96" ] ] |
