--oc_power_limit 150 — sets GPU card power consumption limit in Watts.
--oc_fan_speed 70 — sets the fan speed in % in the range of 0...100.
--oc_lock_core_clock 1000 — sets core frequency in MHz
--oc_core_clock_offset 200 — sets the deviation by which the core frequency should be changed in MHz (with - before the number — decrease; without it — increase).
--oc_lock_memory_clock 5000 — sets memory frequency in MHz
--oc_memory_clock_offset 1000 — sets the deviation by which the memory frequency should be changed in MHz (with - before the number — decrease; without it — increase).
--oc_core_volt_offset 50 — sets the deviation by which the core voltage should be changed in mV (with - before number — decrease; without it — increase).
--oc_memory_volt_offset 50 — sets the deviation by which the memory voltage should be changed in mV (with - before the number — decrease; without it — increase).
If you have multiple settings, put them on a line separated by a space, e.g.:
--oc_power_limit 150 --oc_lock_core_clock 1470 --oc_memory_clock_offset 1000 --oc_fan_speed 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 space in the order you have them in Kryptex:
--oc_power_limit 150 150 --oc_lock_core_clock 1470 1470 --oc_memory_clock_offset 1000 1200 --oc_fan_speed 70 65