--pl 70 — The power limit used for the GPUs. Cards are separated with a comma. * can be used to skip a card.
--fan 70 — The % of the fan used for the GPUs in the range of 0 ... 100. Cards are separated with a comma. * can be used to skip a card.
--cclk 1200 — The core clock used for the GPU set in MHz. Cards are separated with a comma. * can be used to skip a card.
--moff 7000 — The memory clock used for the GPUs set in MHz. Cards are separated with a comma. * can be used to skip a card. (with - before the number — decrease; without it — increase).
--no-oc-reset — To avoid reset the overclock settings applied when ending the miner.
If you have several commands, put them in a line separated by a space, e.g.:
--pl 70 --fan 50 --cclk 1400 --mclk 7000
This means: setting the GPU consumption limit to 70%, setting fan speed to 50%, setting fixed core frequency to 1400 MHz, setting fixed memory frequency to 7000 MHz.
If you have multiple graphics cards, separate the commands for each one with a comma (no spaces) in the order in which they are arranged:
--pl 70,75 --fan 50,60 --cclk 1400,1300 --mclk 7000,7200