Giuseppe Lavagetto has submitted this change and it was merged.

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(-)

Approvals:
  Giuseppe Lavagetto: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Ib7874b4fd28ff85e3a77d72028a1be891a99848a
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to