Threshold and utilization relate to memory or mem and core?
Utilization is too low
GPUs below threshold
i have disabled -di through claymore, maybe that causes the reboot the system. How do you disable cards in nvOC?
also i get this
ERROR: Error assigning value 75 to attribute 'GPUTargetFanSpeed' (m1-desktop:0[fan:10]) as specified in assignment
'[fan:10]/GPUTargetFanSpeed=75' (Unknown Error).
ERROR: Error assigning value 75 to attribute 'GPUTargetFanSpeed' (m1-desktop:0[fan:11]) as specified in assignment
'[fan:11]/GPUTargetFanSpeed=75' (Unknown Error).
Those errors are usually xorg problem, did you restore nvOC default xorg as I posted?
Threshold is the minimum GPU utilization before watchdog triggers
There is no option in nvoc to disable a GPU yet
But you can raise the number of GPU below threshold check in watchdog
Open 5watchdog find this line and change 0 to the number of your disabled cards in miner
if [ $NUM_GPU_BLW_THRSHLD -gt 0 ]
So if you disabled 2 cards in miner command it will be :
if [ $NUM_GPU_BLW_THRSHLD -gt 2 ]