mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nlp.git
synced 2024-12-26 22:44:19 +00:00
restrict memory usage for nlp tasks
This commit is contained in:
parent
2813d1a222
commit
f7b7da2b1f
2
nlp
2
nlp
@ -82,7 +82,7 @@ class NLPPipeline(WorkflowRunner):
|
|||||||
deps = 'setup_output_directory_-_{}'.format(i)
|
deps = 'setup_output_directory_-_{}'.format(i)
|
||||||
lbl = 'nlp_-_{}'.format(i)
|
lbl = 'nlp_-_{}'.format(i)
|
||||||
task = self.addTask(command=cmd, dependencies=deps, label=lbl,
|
task = self.addTask(command=cmd, dependencies=deps, label=lbl,
|
||||||
nCores=n_cores)
|
memMb=mem_mb, nCores=n_cores)
|
||||||
nlp_tasks.append(task)
|
nlp_tasks.append(task)
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
Loading…
Reference in New Issue
Block a user