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
09d6e374
Commit
09d6e374
authored
13 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Add sample /etc/sysconfig/slurm file to FAQ
parent
c2f242a5
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/faq.shtml
+19
-2
19 additions, 2 deletions
doc/html/faq.shtml
with
19 additions
and
2 deletions
doc/html/faq.shtml
+
19
−
2
View file @
09d6e374
...
...
@@ -564,8 +564,25 @@ locked memory limit ulimit to be unlimited on the compute nodes (see
<i>"man limits.conf"</i>) and insuring that <i>slurmd</i> takes
full advantage of this limit (e.g. by adding something like
<i>"ulimit -l unlimited"</i> to the <i>/etc/init.d/slurm</i>
script used to initiate <i>slurmd</i>).
script used to initiate <i>slurmd</i>). It may also be desirable to lock
the slurmd daemon's memory to help insure that it keeps responding if memory
swapping begings. A sample <i>/etc/sysconfig/slurm</i> file is shown below.
Related information about <a href="#pam">PAM</a> is also available.</p>
<pre>
#
# Example /etc/sysconfig/slurm
#
# Increase the memlock limit so that user tasks can get
# unlimited memlock
ulimit -l unlimited
#
# Increase the open file limit
ulimit -n 8192
#
# Memlocks the slurmd process's memory so that if a node
# starts swapping, the slurmd will continue to respond
SLURMD_OPTIONS="-M"
</pre>
<p><a name="inactive"><b>19. Why is my batch job that launches no
job steps being killed?</b></a><br>
...
...
@@ -1481,6 +1498,6 @@ https://github.com/SchedMD/slurm/commit/91e543d433bed11e0df13ce0499be641774c99a3
<p class="footer"><a href="#top">top</a></p>
<p style="text-align:center;">Last modified 2
8 Septem
ber 2011</p>
<p style="text-align:center;">Last modified 2
5 Octo
ber 2011</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