From f31dcb7f84977e018b8c98ef0375f299670a1e85 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Mon, 7 Jun 2010 16:16:03 +0000 Subject: [PATCH] not possible use of txqueuelen for handling high throughput --- doc/html/high_throughput.shtml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/html/high_throughput.shtml b/doc/html/high_throughput.shtml index e19c216f419..6b3b66813be 100644 --- a/doc/html/high_throughput.shtml +++ b/doc/html/high_throughput.shtml @@ -38,6 +38,11 @@ Limit of socket listen() backlog, known in userspace as SOMAXCONN. Defaults to For example, to support a burst of 1024 requests, set somaxconn to 1024.</li> </ul> +<p>The transmit queue length (<b>txqueuelen</b>) may also need to be modified +using the ifconfig command. A value of 4096 has been found to work well for one +site with a very large cluster +(e.g. <i>"ifconfig <interface> txqueuelen 4096"</i>).</p> + <h2>User limits</h2> <p>The <b>ulimit</b> values in effect for the <b>slurmctld</b> daemon should @@ -69,6 +74,6 @@ seconds if possible.</li> appropriate for your environment.</li> </ul> -<p style="text-align:center;">Last modified 4 June 2010</p> +<p style="text-align:center;">Last modified 7 June 2010</p> <!--#include virtual="footer.txt"--> -- GitLab