BBlack has submitted this change and it was merged.

Change subject: Revert bits cache sizes to 2G everywhere
......................................................................


Revert bits cache sizes to 2G everywhere

This effectively reverts the bits-cache part of f7c47353

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

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



diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index 3e4aea6..0ea3908 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -1184,7 +1184,7 @@
         }
         $cluster_options = merge($common_cluster_options, 
$realm_cluster_options)
 
-        $memory_storage_size = floor((0.5 * $::memorysize_mb / 1024.0) + 0.5)
+        $memory_storage_size = 2
 
         system::role { 'role::cache::bits':
             description => 'bits Varnish cache server',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iefe9008be17794de65c3522ec80d730abbc03dcd
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <bbl...@wikimedia.org>
Gerrit-Reviewer: BBlack <bbl...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to