Dzahn has submitted this change and it was merged. Change subject: Increase restbase heap limit slightly from 250 to 300mb ......................................................................
Increase restbase heap limit slightly from 250 to 300mb During extreme stress testing workers were getting close to 250mb heap usage. The limit should not trigger in those situations, so tweak it slightly upwards. Change-Id: I34ce6c65c0f29a786cb1fb8721398bcc250a5987 --- M modules/restbase/templates/config.yaml.erb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/modules/restbase/templates/config.yaml.erb b/modules/restbase/templates/config.yaml.erb index f231ba1..0ec7b5e 100644 --- a/modules/restbase/templates/config.yaml.erb +++ b/modules/restbase/templates/config.yaml.erb @@ -6,7 +6,7 @@ # Log error messages and gracefully restart a worker if v8 reports using more # heap (note: not RSS). -worker_heap_limit_mb: 250 +worker_heap_limit_mb: 300 logging: name: restbase -- To view, visit https://gerrit.wikimedia.org/r/194729 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I34ce6c65c0f29a786cb1fb8721398bcc250a5987 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: GWicke <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Eevans <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: Rush <[email protected]> Gerrit-Reviewer: coren <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
