BBlack has submitted this change and it was merged.

Change subject: cache_text: raise FE mem from 1/8 to 1/4 total
......................................................................


cache_text: raise FE mem from 1/8 to 1/4 total

Bug: T135384
Change-Id: I1453b7e91bf80d30b918ecc868c3e25e92bdacee
---
M modules/role/manifests/cache/text.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  BBlack: Verified; Looks good to me, approved



diff --git a/modules/role/manifests/cache/text.pp 
b/modules/role/manifests/cache/text.pp
index 7a77446..84dfc65 100644
--- a/modules/role/manifests/cache/text.pp
+++ b/modules/role/manifests/cache/text.pp
@@ -107,7 +107,7 @@
     })
 
     role::cache::instances { 'text':
-        fe_mem_gb        => ceiling(0.125 * $::memorysize_mb / 1024.0),
+        fe_mem_gb        => ceiling(0.25 * $::memorysize_mb / 1024.0),
         runtime_params   => ['default_ttl=2592000'],
         app_directors    => $app_directors,
         # FIXME - top-scope var without namespace, will break in puppet 2.8

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1453b7e91bf80d30b918ecc868c3e25e92bdacee
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
Gerrit-Reviewer: Ema <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to