Ppchelko has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/335087 )

Change subject: Config: Bump heap limit to 700 and heartbeat to 15s
......................................................................


Config: Bump heap limit to 700 and heartbeat to 15s

Change-Id: Idae3e993a7a66bed8192a9d7b9c3b4529e91f168
---
M scap/templates/config.yaml.j2
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/scap/templates/config.yaml.j2 b/scap/templates/config.yaml.j2
index a3e5863..5c420a2 100644
--- a/scap/templates/config.yaml.j2
+++ b/scap/templates/config.yaml.j2
@@ -5,11 +5,11 @@
 
 # Log error messages and gracefully restart a worker if v8 reports that it
 # uses more heap (note: not RSS) than this many mb.
-worker_heap_limit_mb: 500
+worker_heap_limit_mb: 700
 
 # The maximum interval in ms that can pass between two beat messages
 # sent by each worker to the master before it is killed
-worker_heartbeat_timeout: 7500
+worker_heartbeat_timeout: 15000
 
 # Logger info
 logging:

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idae3e993a7a66bed8192a9d7b9c3b4529e91f168
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/trending-edits/deploy
Gerrit-Branch: master
Gerrit-Owner: Mobrovac <mobro...@wikimedia.org>
Gerrit-Reviewer: Ppchelko <ppche...@wikimedia.org>

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

Reply via email to