Skip to content

Commit f9fb755

Browse files
committed
remove job limit
1 parent 9b7e175 commit f9fb755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/submit_scripts_to_htcondor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ echo "error = \$(file).error" >> ${SUBMITF}
3232
echo "$(grep -h request_memory ${JDIR}/*.condor | sort -u)" >> ${SUBMITF}
3333
echo "$(grep -h request_disk ${JDIR}/*.condor | sort -u)" >> ${SUBMITF}
3434
echo "getenv = True" >> ${SUBMITF}
35-
echo "max_materialize = 50" >> ${SUBMITF}
35+
echo "max_materialize = 5000" >> ${SUBMITF}
3636
echo "queue file matching files *.sh" >> ${SUBMITF}
3737

3838
PDIR=$(pwd)

0 commit comments

Comments
 (0)