Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 22, 2023
1 parent 9cb8a8c commit 355a6fc
Showing 1 changed file with 26 additions and 24 deletions.
50 changes: 26 additions & 24 deletions doc/factory/custom_vars.html
Original file line number Diff line number Diff line change
Expand Up @@ -971,19 +971,20 @@ <h3>
<td>1</td>
<td>
<p>
Adjustment factor for GLIDEIN_CPUS that allows to overload pilots.
This means GLIDEIN_CPUS will be multpilied by GLIDEIN_OVERLOAD_CPUS
allowing to increase the size of the slot compared to the original
value. The original GLIDEIN_CPUS value is usually set to the same
value as the submit_attribute used to submit the pilot to the CE.
For example, usually both GLIDEIN_CPUS and the submit attribute
+xcount are set to 8. Setting GLIDEIN_OVERLOAD_CPUS=1.25 allows to
increase the value of GLIDEIN_CPUS to 10 while keeping +xcount to 8.
While in principle you could just set GLIDEIN_CPUS to 10, using
GLIDEIN_OVERLOAD_CPUS is required for whole node pilots. Therefore,
we recommend to always use the GLIDEIN_OVERLOAD_CPU attribute every
time GLIDEIN_CPUS is different compared to +xcount (or whatever
submit attribute the CE accepts)
Adjustment factor for GLIDEIN_CPUS that allows to overload
pilots. This means GLIDEIN_CPUS will be multpilied by
GLIDEIN_OVERLOAD_CPUS allowing to increase the size of the slot
compared to the original value. The original GLIDEIN_CPUS value
is usually set to the same value as the submit_attribute used to
submit the pilot to the CE. For example, usually both
GLIDEIN_CPUS and the submit attribute +xcount are set to 8.
Setting GLIDEIN_OVERLOAD_CPUS=1.25 allows to increase the value
of GLIDEIN_CPUS to 10 while keeping +xcount to 8. While in
principle you could just set GLIDEIN_CPUS to 10, using
GLIDEIN_OVERLOAD_CPUS is required for whole node pilots.
Therefore, we recommend to always use the GLIDEIN_OVERLOAD_CPU
attribute every time GLIDEIN_CPUS is different compared to
+xcount (or whatever submit attribute the CE accepts)
</p>
</td>
</tr>
Expand Down Expand Up @@ -1052,19 +1053,20 @@ <h3>
<p>
Adjustment factor for GLIDEIN_MaxMemMBs that allows to overload
pilot memory. This means GLIDEIN_MaxMemMBs will be multpilied by
GLIDEIN_OVERLOAD_MEMORY allowing to increase the size of the slot
compared to the original GLIDEIN_MaxMemMBs value.
The original GLIDEIN_MaxMemMBs value is usually set to the same
value as the submit_attribute used to submit the pilot to the CE.
For example, usually both GLIDEIN_MaxMemMBs and the submit attribute
+MaxMemory are seto to 20Mb (2.5Gb per core).
Setting GLIDEIN_OVERLOAD_MEMORY=1.25 allows to increase the value
of GLIDEIN_MaxMemMBs to 25Mb while keeping +MaxMemory to 20Mb.
GLIDEIN_OVERLOAD_MEMORY allowing to increase the size of the
slot compared to the original GLIDEIN_MaxMemMBs value. The
original GLIDEIN_MaxMemMBs value is usually set to the same
value as the submit_attribute used to submit the pilot to the
CE. For example, usually both GLIDEIN_MaxMemMBs and the submit
attribute +MaxMemory are seto to 20Mb (2.5Gb per core). Setting
GLIDEIN_OVERLOAD_MEMORY=1.25 allows to increase the value of
GLIDEIN_MaxMemMBs to 25Mb while keeping +MaxMemory to 20Mb.
While in principle you could just set GLIDEIN_MaxMemMBs to 25Mb,
using GLIDEIN_OVERLOAD_MEMORY is required for whole node pilots.
Therefore, we recommend to always use the GLIDEIN_OVERLOAD_MEMORY
attribute every time GLIDEIN_MaxMemMBs is different compared to
MaxMemory (or whatever submit attribute the CE accepts)
Therefore, we recommend to always use the
GLIDEIN_OVERLOAD_MEMORY attribute every time GLIDEIN_MaxMemMBs
is different compared to MaxMemory (or whatever submit attribute
the CE accepts)
</p>
</td>
</tr>
Expand Down

0 comments on commit 355a6fc

Please sign in to comment.