Skip to content

Commit 5f60b60

Browse files
committed
secondary vertexer needs more mem
1 parent acc8c67 commit 5f60b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,8 +653,8 @@ def createRestDigiTask(name, det='ALLSMALLER'):
653653

654654

655655
#secondary vertexer
656-
SVFINDERtask = createTask(name='svfinder_'+str(tf), needs=[PVFINDERtask['name']], tf=tf, cwd=timeframeworkdir, lab=["RECO"], cpu=1, mem='2000')
657-
SVFINDERtask['cmd'] = 'o2-secondary-vertexing-workflow ' + getDPL_global_options()
656+
SVFINDERtask = createTask(name='svfinder_'+str(tf), needs=[PVFINDERtask['name']], tf=tf, cwd=timeframeworkdir, lab=["RECO"], cpu=1, mem='5000')
657+
SVFINDERtask['cmd'] = 'o2-secondary-vertexing-workflow ' + getDPL_global_options(bigshm=True)
658658
workflow['stages'].append(SVFINDERtask)
659659

660660
# -----------

0 commit comments

Comments
 (0)