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

Change subject: Gerrit: Remove arbitrary SSH thread settings
......................................................................


Gerrit: Remove arbitrary SSH thread settings

They're from a long long time ago and system defaults make more sense.

sshd.batchThreads defaults to 2 on multi-core systems...so why bother?
sshd.threads defaults to 2x cores. Well there's 4 physical cores, plus
HT so 8...that should be 16!!

Bug: T182756
Change-Id: I04a59c8bf94b9ed221bdc7cebe50cc14133070c4
---
M modules/gerrit/templates/gerrit.config.erb
1 file changed, 0 insertions(+), 2 deletions(-)

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



diff --git a/modules/gerrit/templates/gerrit.config.erb 
b/modules/gerrit/templates/gerrit.config.erb
index 13fec20..ac4b8dc 100644
--- a/modules/gerrit/templates/gerrit.config.erb
+++ b/modules/gerrit/templates/gerrit.config.erb
@@ -183,8 +183,6 @@
     listenAddress = [<%= @ipv6 %>]:29418
     <%- end -%>
     <%- end -%>
-    threads = 8
-    batchThreads = 2
     idleTimeout = 864000
     mac = -hmac-md5
     mac = -hmac-md5-96

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I04a59c8bf94b9ed221bdc7cebe50cc14133070c4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Chad <ch...@wikimedia.org>
Gerrit-Reviewer: RobH <r...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to