Elukey has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/346554 )
Change subject: Enable hhvm GC for CLI on snapshot hosts ...................................................................... Enable hhvm GC for CLI on snapshot hosts Bug: T162245 Change-Id: Iac09ed242604b500c3a878e0c7bb5e22f821e0da --- M hieradata/hosts/snapshot1001.yaml M hieradata/hosts/snapshot1005.yaml M hieradata/hosts/snapshot1006.yaml M hieradata/hosts/snapshot1007.yaml 4 files changed, 20 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/54/346554/1 diff --git a/hieradata/hosts/snapshot1001.yaml b/hieradata/hosts/snapshot1001.yaml index 8e2562f..b47430d 100644 --- a/hieradata/hosts/snapshot1001.yaml +++ b/hieradata/hosts/snapshot1001.yaml @@ -2,3 +2,8 @@ snapshot::dumps::maxjobs: 6 snapshot::dumps::monitor: false snapshot::cron::misc: false +hhvm::extra::cli: + hhvm: + enable_gc: true + eager_gc: true + quarantine: true \ No newline at end of file diff --git a/hieradata/hosts/snapshot1005.yaml b/hieradata/hosts/snapshot1005.yaml index 7370ec6..cc2cdfd 100644 --- a/hieradata/hosts/snapshot1005.yaml +++ b/hieradata/hosts/snapshot1005.yaml @@ -2,3 +2,8 @@ snapshot::dumps::maxjobs: 28 snapshot::dumps::monitor: false snapshot::cron::misc: false +hhvm::extra::cli: + hhvm: + enable_gc: true + eager_gc: true + quarantine: true \ No newline at end of file diff --git a/hieradata/hosts/snapshot1006.yaml b/hieradata/hosts/snapshot1006.yaml index 6027c4f..09da45d 100644 --- a/hieradata/hosts/snapshot1006.yaml +++ b/hieradata/hosts/snapshot1006.yaml @@ -2,3 +2,8 @@ snapshot::dumps::maxjobs: 28 snapshot::dumps::monitor: false snapshot::cron::misc: false +hhvm::extra::cli: + hhvm: + enable_gc: true + eager_gc: true + quarantine: true \ No newline at end of file diff --git a/hieradata/hosts/snapshot1007.yaml b/hieradata/hosts/snapshot1007.yaml index 5e273e9..10a7cfe 100644 --- a/hieradata/hosts/snapshot1007.yaml +++ b/hieradata/hosts/snapshot1007.yaml @@ -2,3 +2,8 @@ snapshot::dumps::maxjobs: 20 snapshot::dumps::monitor: true snapshot::cron::misc: true +hhvm::extra::cli: + hhvm: + enable_gc: true + eager_gc: true + quarantine: true \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/346554 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iac09ed242604b500c3a878e0c7bb5e22f821e0da Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Elukey <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
