mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 18:27:23 +02:00
Remove some computers even for normal tasks
This commit is contained in:
parent
19b98cb89d
commit
12b9c0d5ff
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ class RippleSubmitter(BaseSubmitter):
|
||||||
elif Level.NORMAL in (node.nodeDesc.ram, node.nodeDesc.cpu):
|
elif Level.NORMAL in (node.nodeDesc.ram, node.nodeDesc.cpu):
|
||||||
#if 2 are available, otherwise 1
|
#if 2 are available, otherwise 1
|
||||||
maxProcessors = 2
|
maxProcessors = 2
|
||||||
|
requirements = requirements + ",!\"rr*\""
|
||||||
|
|
||||||
#specify which node to wait before launching the current one
|
#specify which node to wait before launching the current one
|
||||||
waitsFor = []
|
waitsFor = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue