jenkins-bot has submitted this change and it was merged.

Change subject: tcp tuning
......................................................................


tcp tuning

http://chimera.labs.oreilly.com/books/1230000000545/ch02.html#_tuning_server_configuration

1-2 were already enabled by default, this does the third and fourth needs
newer kernel, which should come when we upgrade to 14.04 LTS later this year.

Change-Id: I6eecebf9aeadf71648421dff7684b000b309e763
---
M .gitmodules
A puppet/modules/sysctl
M puppet/site.pp
3 files changed, 5 insertions(+), 0 deletions(-)

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



diff --git a/.gitmodules b/.gitmodules
index 3a38ce1..4002487 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -25,3 +25,6 @@
 [submodule "puppet/modules/composer"]
        path = puppet/modules/composer
        url = git://github.com/tPl0ch/puppet-composer.git
+[submodule "puppet/modules/sysctl"]
+       path = puppet/modules/sysctl
+       url = https://github.com/thias/puppet-sysctl
diff --git a/puppet/modules/sysctl b/puppet/modules/sysctl
new file mode 160000
index 0000000..59e5f64
--- /dev/null
+++ b/puppet/modules/sysctl
+Subproject commit 59e5f641f0b10b0805e1602932c09f0cadc4ec82
diff --git a/puppet/site.pp b/puppet/site.pp
index 641ee06..8cb9fb2 100644
--- a/puppet/site.pp
+++ b/puppet/site.pp
@@ -41,4 +41,6 @@
   elasticsearch::plugin { 'mobz/elasticsearch-head':
     module_dir => 'head'
   }
+
+  sysctl { 'net.ipv4.tcp_window_scaling': value => '1' }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6eecebf9aeadf71648421dff7684b000b309e763
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <niklas.laxst...@gmail.com>
Gerrit-Reviewer: Siebrand <siebr...@kitano.nl>
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