Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
f31dcb7f
Commit
f31dcb7f
authored
14 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
not possible use of txqueuelen for handling high throughput
parent
f8fcefe9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/html/high_throughput.shtml
+6
-1
6 additions, 1 deletion
doc/html/high_throughput.shtml
with
6 additions
and
1 deletion
doc/html/high_throughput.shtml
+
6
−
1
View file @
f31dcb7f
...
...
@@ -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"-->
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment