Skip to content
Snippets Groups Projects
Commit a0df0921 authored by Moe Jette's avatar Moe Jette
Browse files

Fix typo and long line

parent ee783fb9
No related branches found
No related tags found
No related merge requests found
...@@ -835,8 +835,7 @@ The default value is 5 (minutes). ...@@ -835,8 +835,7 @@ The default value is 5 (minutes).
.TP .TP
\fBPriorityFavorSmall\fR \fBPriorityFavorSmall\fR
Specifies that small jobs should be given preferential scheduling priority.
Specifies that small jobs should be given preferencial scheduling priority.
Applicable only if PriorityType=priority/multifactor. Applicable only if PriorityType=priority/multifactor.
Supported values are "YES" and "NO". The default value is "NO". Supported values are "YES" and "NO". The default value is "NO".
...@@ -1799,7 +1798,8 @@ as resident set size). It is possible to enforce virtual memory limits for ...@@ -1799,7 +1798,8 @@ as resident set size). It is possible to enforce virtual memory limits for
both jobs and job steps by limiting their virtual memory to some percentage both jobs and job steps by limiting their virtual memory to some percentage
of their real memory allocation. The \fBVSizeFactor\fR parameter specifies of their real memory allocation. The \fBVSizeFactor\fR parameter specifies
the job's or job step's virtual memory limit as a percentage of its real the job's or job step's virtual memory limit as a percentage of its real
memory limit. For example, if a job's real memory limit is 500MB and VSizeFactor is set to 101 then the job will be killed if its real memory memory limit. For example, if a job's real memory limit is 500MB and
VSizeFactor is set to 101 then the job will be killed if its real memory
exceeds 500MB or its virtual memory exceeds 505MB (101 percent of the exceeds 500MB or its virtual memory exceeds 505MB (101 percent of the
real memory limit). real memory limit).
The default valus is 0, which disables enforcement of virtual memory limits. The default valus is 0, which disables enforcement of virtual memory limits.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment