Giuseppe Lavagetto has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/170009

Change subject: mediawiki: do not restart hhvm for now
......................................................................

mediawiki: do not restart hhvm for now

Change-Id: Ib7874b4fd28ff85e3a77d72028a1be891a99848a
---
M modules/mediawiki/manifests/hhvm.pp
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/09/170009/1

diff --git a/modules/mediawiki/manifests/hhvm.pp 
b/modules/mediawiki/manifests/hhvm.pp
index 5ba5eaf..1cb342b 100644
--- a/modules/mediawiki/manifests/hhvm.pp
+++ b/modules/mediawiki/manifests/hhvm.pp
@@ -80,8 +80,10 @@
     # against subtle memory leaks. A graceful restart once a day is
     # nicer than gradual memory exhaustion followed by a visit from
     # the OOM killer.
-
+    # This is disabled at the moment while we understand:
+    #  a) If it's needed b) how stable hhvm is.
     cron { 'periodic_hhvm_restart':
+        ensure  => absent,
         command => '/bin/ps -C hhvm -o etime= | /bin/grep -q - && 
/sbin/initctl restart hhvm',
         hour    => fqdn_rand(23, 'periodic_hhvm_restart'),
     }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib7874b4fd28ff85e3a77d72028a1be891a99848a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>

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

Reply via email to