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
c70ce568
Commit
c70ce568
authored
8 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Note new pid/thread limit on sles12
Based upon information from Cray
parent
37e55b0b
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/big_sys.shtml
+27
-1
27 additions, 1 deletion
doc/html/big_sys.shtml
with
27 additions
and
1 deletion
doc/html/big_sys.shtml
+
27
−
1
View file @
c70ce568
...
@@ -55,6 +55,32 @@ using the ifconfig command. A value of 4096 has been found to work well for one
...
@@ -55,6 +55,32 @@ using the ifconfig command. A value of 4096 has been found to work well for one
site with a very large cluster
site with a very large cluster
(e.g. <i>"ifconfig <interface> txqueuelen 4096"</i>).</p>
(e.g. <i>"ifconfig <interface> txqueuelen 4096"</i>).</p>
<h3>Thread/Process Limit</h3>
<p>There is a newly introduced limit in SLES 12 SP2 (used on Cray systems
with CLE 6.0UP04, to be released mid-2017).
The version of systemd shipped with SLES 12 SP2 contains support for the
<a href="https://www.suse.com/releasenotes/x86_64/SUSE-SLES/12-SP2/#fate-320358">
PIDs cgroup controller</a>.
Under the new systemd version, each init script or systemd service is limited
to 512 threads/processes by default.
This could cause issues for the slurmctld and slurmd daemons on large clusters
or systems with a high job throughput rate.
To increase the limit beyond the default:</p>
<ul>
<li>If using a systemd service file: Add <i>TasksMax=N</i> to the [Service]
section. N can be a specific number, or special value <i>infinity</i>.</li>
<li>If using an init script: Create the file<br>
/etc/systemd/system/<init script name>.service.d/override.conf<br>
with these contents:
<pre>
[Service]
TasksMax=N
</pre></li>
</ul></p>
<p>Note: Earlier versions of systemd that don't support the PIDs cgroup
controller simply ignore the TasksMax setting.</p>
<h2>User Limits</h2>
<h2>User Limits</h2>
<p>The <b>ulimit</b> values in effect for the <b>slurmctld</b> daemon should
<p>The <b>ulimit</b> values in effect for the <b>slurmctld</b> daemon should
...
@@ -165,6 +191,6 @@ the hard limit in order to process all of the standard input and output
...
@@ -165,6 +191,6 @@ the hard limit in order to process all of the standard input and output
connections to the launched tasks. It is recommended that you set the
connections to the launched tasks. It is recommended that you set the
open file hard limit to 8192 across the cluster.</p>
open file hard limit to 8192 across the cluster.</p>
<p style="text-align:center;">Last modified
22 July
201
5
</p>
<p style="text-align:center;">Last modified
3 March
201
7
</p>
<!--#include virtual="footer.txt"-->
<!--#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