After doing a stress test I see PerfCap Reasons 1, 4 and 5 (1&4) (Ryzen 5800/GTX3060)
When it sets 1 , % of TDP is 99+% so that means its just using all the power it can get, nothing to be improved here right?
When it sets 4 I notice GPU Voltage is 1.075-1.081 volts, is there anything to be done here, overclock it raise voltage somehow?
Power. Indicating perf is limited by total power limit. NV_GPU_PERF_POLICY_ID_SW_POWER = 1,
Thermal. Indicating perf is limited by temperature limit. NV_GPU_PERF_POLICY_ID_SW_THERMAL = 2,
Reliability. Indicating perf is limited by reliability voltage. NV_GPU_PERF_POLICY_ID_SW_RELIABILITY = 4,
Operating. Indicating perf is limited by max operating voltage NV_GPU_PERF_POLICY_ID_SW_OPERATING = 8,
Utilization. Indicating perf is limited by GPU utilization. NV_GPU_PERF_POLICY_ID_SW_UTILIZATION = 16,
When it sets 1 , % of TDP is 99+% so that means its just using all the power it can get, nothing to be improved here right?
When it sets 4 I notice GPU Voltage is 1.075-1.081 volts, is there anything to be done here, overclock it raise voltage somehow?
Power. Indicating perf is limited by total power limit. NV_GPU_PERF_POLICY_ID_SW_POWER = 1,
Thermal. Indicating perf is limited by temperature limit. NV_GPU_PERF_POLICY_ID_SW_THERMAL = 2,
Reliability. Indicating perf is limited by reliability voltage. NV_GPU_PERF_POLICY_ID_SW_RELIABILITY = 4,
Operating. Indicating perf is limited by max operating voltage NV_GPU_PERF_POLICY_ID_SW_OPERATING = 8,
Utilization. Indicating perf is limited by GPU utilization. NV_GPU_PERF_POLICY_ID_SW_UTILIZATION = 16,