Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ NUM_SLOTS=1
NUM_SLOTS_TYPE_1=1
SLOT_TYPE_1=cpus=$ENV(GNUMCORES),ram=$ENV(GMEM),swap=100%,disk=100%
SLOT_TYPE_1_PARTITIONABLE = TRUE
CLAIM_WORKLIFE = 100000
CLAIM_WORKLIFE = 300
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ WANT_HOLD = $(MEMORY_EXCEEDED)
WANT_HOLD_REASON = ifThenElse( $(MEMORY_EXCEEDED), \
"Your job used too much virtual memory.", \
undefined )

$CONDOR_CONFIG_BLOCK

Loading