Giuseppe Lavagetto has submitted this change and it was merged. Change subject: Add some experimental settings to one server in each pool ......................................................................
Add some experimental settings to one server in each pool Change-Id: I72f23a98f942ff10b461cb32ce6b677e7473c684 Signed-off-by: Giuseppe Lavagetto <[email protected]> --- A hieradata/hosts/mw1081.yaml A hieradata/hosts/mw1114.yaml 2 files changed, 20 insertions(+), 0 deletions(-) Approvals: Giuseppe Lavagetto: Looks good to me, approved jenkins-bot: Verified diff --git a/hieradata/hosts/mw1081.yaml b/hieradata/hosts/mw1081.yaml new file mode 100644 index 0000000..9b5f89e --- /dev/null +++ b/hieradata/hosts/mw1081.yaml @@ -0,0 +1,10 @@ +hhvm::extra::fcgi: + hhvm: + server: + # limit threads to #cpus until this many requests; reduces + # starvation of threads that are JIT-compiling + warmup_throttle_request_count: 1000 + # Limit number of child processes running at once + # Also, use light processes, that are more efficient + light_process_count: %{processorcount} + diff --git a/hieradata/hosts/mw1114.yaml b/hieradata/hosts/mw1114.yaml new file mode 100644 index 0000000..1b9868b --- /dev/null +++ b/hieradata/hosts/mw1114.yaml @@ -0,0 +1,10 @@ +hhvm::extra::fcgi: + hhvm: + server: + # limit threads to #cpus until this many requests; reduces + # starvation of threads that are JIT-compiling + warmup_throttle_request_count: 1000 + # Limit number of child processes running at once + b# Also, use light processes, that are more efficient + light_process_count: %{::processorcount} + -- To view, visit https://gerrit.wikimedia.org/r/178478 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I72f23a98f942ff10b461cb32ce6b677e7473c684 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
