Skip to content

Commit

Permalink
Merge pull request #558 from shreyb/increase_dagbegin-end_memory
Browse files Browse the repository at this point in the history
Increase dagbegin.cmd and dagend.cmd memory requests to 500 Mb
  • Loading branch information
marcmengel authored Apr 1, 2024
2 parents 3ecf64e + 9b3e173 commit 958ffd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/dataset_dag/dagbegin.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ transfer_error = True
transfer_executable= True
when_to_transfer_output = ON_EXIT_OR_EVICT
transfer_output_files = .empty_file
request_memory = 100mb
request_memory = 500mb
{%if OS is defined and OS %}+DesiredOS="{{OS}}"{%endif%}
{% if clientdn is defined and clientdn %}+JobsubClientDN="{{clientdn}}"{% endif %}
+JobsubClientIpAddress="{{ipaddr}}"
Expand Down
2 changes: 1 addition & 1 deletion templates/dataset_dag/dagend.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ transfer_error = True
transfer_executable= True
transfer_output_files=.empty_file
when_to_transfer_output = ON_EXIT_OR_EVICT
request_memory = 100mb
request_memory = 500mb
{%if OS is defined and OS %}+DesiredOS="{{OS}}"{%endif%}
{% if clientdn is defined and clientdn %}+JobsubClientDN="{{clientdn}}"{% endif %}
+JobsubClientIpAddress="{{ipaddr}}"
Expand Down
2 changes: 1 addition & 1 deletion tests/data/condor_submit_dag/dagend.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ transfer_error = True
transfer_executable= True
transfer_output_files=.empty_file
when_to_transfer_output = ON_EXIT_OR_EVICT
request_memory = 100mb
request_memory = 500mb

+JobsubClientDN="$ENV(DN)"
+JobsubClientIpAddress="131.225.60.169"
Expand Down

0 comments on commit 958ffd7

Please sign in to comment.