Skip to content

Commit

Permalink
maxMemory must have a plus
Browse files Browse the repository at this point in the history
Contrary to suggestions maxMemory is not a standard condor attribute and must have a plus, otherwise it is not showing up in the job classad, at least in 23.8.1
  • Loading branch information
mambelli committed Aug 9, 2024
1 parent 83e5fde commit e0ee82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspaces/factory-workspace/config/glideinWMS.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<restrictions require_voms_proxy="False"/>
<submit cluster_size="10" max_per_cycle="100" sleep="0.2">
<submit_attrs>
<submit_attr name="maxMemory" value="RequestMemory"/>
<submit_attr name="+maxMemory" value="RequestMemory"/>
</submit_attrs>
</submit>
</config>
Expand Down Expand Up @@ -106,7 +106,7 @@
<restrictions require_voms_proxy="False"/>
<submit cluster_size="10" max_per_cycle="100" sleep="0.2">
<submit_attrs>
<submit_attr name="maxMemory" value="RequestMemory"/>
<submit_attr name="+maxMemory" value="RequestMemory"/>
</submit_attrs>
</submit>
</config>
Expand Down

0 comments on commit e0ee82f

Please sign in to comment.