--mt 1 — the command is similar to the pill's action but is suitable for all Nvidia 1000 Series GPUs, starting with GTX 1060. Intensity is set by 1...6. To apply this setting, you might need to reduce overclocking of the graphics card.
--pl 150 — sets GPU card power consumption limit in Watts.
--fan-control 70 — sets the fan speed in % in the range of 0...100.
--lock-cclock 1000 — sets core frequency in MHz
--lock-mclock 5000 — sets memory frequency in MHz
--clock 200 — sets the deviation by which the core frequency should be changed in MHz (with - in front of the number — decrease; without it — increase).
--mclock 1000 — specifies the deviation by which the memory frequency should be changed in MHz (with - before the number — decrease; without it — increase).
If you have multiple settings, put them on a line separated by a space, e.g.:
--pl 150 --lock-cclock 1470 --mclock 1000 --fan-control 70
This means: set GPU consumption limit of 150 watts, fixed core frequency at 1470 MHz, increased memory frequency buy 1000 MHz, set the fan speed to 70%
If you have multiple graphics cards, separate the settings for each one with a comma (no spaces) in the order you have them in Kryptex:
--pl 150,150 --lock-cclock 1470,1470 --mclock 1000,1200 --fan-control 70,65