Mark Bergsma has submitted this change and it was merged.

Change subject: Double upload frontend cache size to 8 GB, on 96 GB boxes
......................................................................


Double upload frontend cache size to 8 GB, on 96 GB boxes

Change-Id: Ifbec7462104d5db96ff94c92c00e42d348b8cb1c
---
M manifests/role/cache.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Mark Bergsma: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index 29094e6..b08a5e0 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -413,7 +413,7 @@
                        if regsubst($::memorytotal, "^([0-9]+)\.[0-9]* GB$", 
"\1") > 96 {
                                $memory_storage_size = 16
                        } elsif regsubst($::memorytotal, "^([0-9]+)\.[0-9]* 
GB$", "\1") > 32 {
-                               $memory_storage_size = 4
+                               $memory_storage_size = 8
                        } else {
                                $memory_storage_size = 1
                        }

-- 
To view, visit https://gerrit.wikimedia.org/r/59129
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifbec7462104d5db96ff94c92c00e42d348b8cb1c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mark Bergsma <[email protected]>
Gerrit-Reviewer: Mark Bergsma <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to