Skip to content

Commit

Permalink
[nodes] LDRToHDR: declare cpu/ram usages
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan committed Dec 18, 2019
1 parent be0fb57 commit 25127bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meshroom/nodes/aliceVision/LDRToHDR.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ class LDRToHDR(desc.CommandLineNode):
commandLine = 'aliceVision_convertLDRToHDR {allParams}'
size = DividedInputNodeSize('input', 'nbBrackets')

cpu = desc.Level.INTENSIVE
ram = desc.Level.NORMAL

inputs = [
desc.File(
name='input',
Expand Down

0 comments on commit 25127bb

Please sign in to comment.