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
4714b474
Commit
4714b474
authored
17 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
increase default MaxJobCount from 2000 to 5000
parent
c9bafcc9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
NEWS
+1
-0
1 addition, 0 deletions
NEWS
doc/html/configurator.html.in
+1
-1
1 addition, 1 deletion
doc/html/configurator.html.in
doc/man/man5/slurm.conf.5
+1
-1
1 addition, 1 deletion
doc/man/man5/slurm.conf.5
src/common/read_config.h
+1
-1
1 addition, 1 deletion
src/common/read_config.h
with
4 additions
and
3 deletions
NEWS
+
1
−
0
View file @
4714b474
...
...
@@ -24,6 +24,7 @@ documents those changes that are of interest to users and admins.
share common resources within the partition. Note that resources that are
shared across partitions are not gang-scheduled.
-- Add EpilogMsgTime configuration parameter. See "man slurm.conf" for details.
-- Increase default MaxJobCount configuration parameter from 2000 to 5000.
* Changes in SLURM 1.3.0-pre9
=============================
...
...
This diff is collapsed.
Click to expand it.
doc/html/configurator.html.in
+
1
−
1
View file @
4714b474
...
...
@@ -160,7 +160,7 @@ function displayfile()
"#FirstJobId=1 <br>" +
"#JobRequeue=1 <br>" +
"ReturnToService=" + get_radio_value(document.config.return_to_service) + "<br>" +
"#MaxJobCount=
2
000 <br>" +
"#MaxJobCount=
5
000 <br>" +
"#PlugStackConfig= <br>" +
"#PrivateData=0 <br>" +
"#PropagatePrioProcess=0 <br>" +
...
...
This diff is collapsed.
Click to expand it.
doc/man/man5/slurm.conf.5
+
1
−
1
View file @
4714b474
...
...
@@ -386,7 +386,7 @@ The maximum number of jobs SLURM can have in its active database
at one time. Set the values of \fBMaxJobCount\fR and \fBMinJobAge\fR
to insure the slurmctld daemon does not exhaust its memory or other
resources. Once this limit is reached, requests to submit additional
jobs will fail. The default value is
2
000 jobs. This value may not
jobs will fail. The default value is
5
000 jobs. This value may not
be reset via "scontrol reconfig". It only takes effect upon restart
of the slurmctld daemon.
May not exceed 65533.
...
...
This diff is collapsed.
Click to expand it.
src/common/read_config.h
+
1
−
1
View file @
4714b474
...
...
@@ -76,7 +76,7 @@ extern char *default_plugstack;
#define DEFAULT_KILL_TREE 0
#define DEFAULT_KILL_WAIT 30
#define DEFAULT_MAIL_PROG "/bin/mail"
#define DEFAULT_MAX_JOB_COUNT
2
000
#define DEFAULT_MAX_JOB_COUNT
5
000
#define DEFAULT_MEM_PER_TASK 0
#define DEFAULT_MAX_MEM_PER_TASK 0
#define DEFAULT_MIN_JOB_AGE 300
...
...
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