Skip to content

Commit

Permalink
Merge pull request #601 from htcondor/V23-HTCONDOR-2371-whole-node-me…
Browse files Browse the repository at this point in the history
…mory

HTCONDOR-2371 whole-node-memory
  • Loading branch information
JaimeFrey authored Apr 5, 2024
2 parents 729edd2 + 2a4ed8c commit 7f39a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/01-ce-router-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ JOB_ROUTER_TRANSFORM_Memory @=jrt
COPY RequestMemory OriginalMemory
COPY RequestMemory remote_OriginalMemory
SET JobMemory JobIsRunning ? int(MATCH_EXP_JOB_GLIDEIN_Memory)*95/100 : OriginalMemory
SET RequestMemory TARGET.TotalMemory ? TotalMemory*95/100 : JobMemory
SET RequestMemory TARGET.TotalMemory*95/100 ?: JobMemory
endif

@jrt
Expand Down

0 comments on commit 7f39a40

Please sign in to comment.