Changing the number of processing units
Procedure
Run the following command to change the number of processing units (PUs) for a translation engine for a given language pair.
...
engchi: # any unique name for this translation engine
...
processingUnits: 1 # number of desired processing units to allocate to each translation engine pod, must be greater or equal to 1
maxProcessingUnits: 5 # number of maximum processing Units to allocate to each translation engine pod, must be less or equal to the total processing units of your license
...