GWicke has uploaded a new change for review. https://gerrit.wikimedia.org/r/194729
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 the limit slightly upwards. Change-Id: I34ce6c65c0f29a786cb1fb8721398bcc250a5987 --- M modules/restbase/templates/config.yaml.erb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/29/194729/1 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: newchange Gerrit-Change-Id: I34ce6c65c0f29a786cb1fb8721398bcc250a5987 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: GWicke <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
