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
d227663f
Commit
d227663f
authored
9 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Show how to increase ephermeral port range
parent
46a5bfd0
No related branches found
Branches containing commit
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 @
d227663f
...
...
@@ -54,6 +54,11 @@ of aproximately 180 seconds and is generally satisfactory.
Limit of socket listen() backlog, known in userspace as SOMAXCONN. Defaults to
128. The value should be raised substantially to support bursts of request.
For example, to support a burst of 1024 requests, set somaxconn to 1024.</li>
<li><b>/proc/sys/net/ipv4/ip_local_port_range</b>:
Identify the ephermeral ports available, which are used for many Slurm
communcations. The value may be raised to support a high volume of communcations.
For example, write the value "32768 65535" into the ip_local_port_range file
in order to make that range of ports available.</li>
</ul>
<p>The transmit queue length (<b>txqueuelen</b>) may also need to be modified
...
...
@@ -206,6 +211,6 @@ speedup can be achieved by setting the CommitDelay option in the
<li><b>PurgeSuspendAfter</b>=1month</li>
</ul>
<p style="text-align:center;">Last modified 15
April
2015</p>
<p style="text-align:center;">Last modified 15
December
2015</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