How to deal with out-of-range values
In 'constrain' mode, out-of-range values are clamped to the nearest in-range value.
'constrain'
In 'balance' mode, out-of-range values are resolved by balancing them with the next highest unit.
'balance'
The default is 'constrain'.