Device: Jetson Orin AGX 64GB Use case: Deepstream 6.2 Issue: changing power mode in jetson from 2 to 3 (30W → 50W) gave a better Deepstream pipeline speed, then changing power mode from 3 to 0 (50W → MAXN) gave even more speed boost, mostly due to increased GPU frequency. However, MAXN mode gives warning: System throttled due to over-current. When using this power mode with Deepstream, I get max GPU frequency of 1300 MHz and max CPU frequency of 2201 MHz.
Should i be concerned about the warning? Can it cause any hardware issues in the long term (overheating, wear down etc.)?
What causes the warning and how to get rid of it? I assume this is due to high GPU frequency, but 1300 MHz is far from Orin’s max limit, which is 2147 MHz (source)
Are you using the devkit or custom board for AGX Orin?
What’s your Jetpack version in use?
MAXN mode is an unconstrained power mode which allows maximum number of cores and clock frequency for CPU, GPU, DLA, PVA and SOC engines like NVENC, NVDEC…etc. But It does not guarantee the best performance for all the use cases as the hardware throttling is engaged when the total module power goes beyond the TDP budget. Therefore, it is not maximum performance mode. This is an experimental mode for tweaking clock settings to create custom power modes that balance performance and power consumption.
When you see this system throttling message, it means it has been throttled to protect your board get damaged.
Please share the result of the following command after you see that message.
Found in this topic that I can use the Power Estimator tool to generate nvpmodel.conf files for custom power modes. Will experiment with different GPU/CPU frequencies and CPU core number and get back to you about the warning.
Please also verify with the latest Jetpack 5.1.3 (L4T R35.5.0).
It seems you hit the instantaneous high current event and OC throttling triggered.
Yes, please check the power usage in Power GUI when you are running the application and use power estimator to create the custom power mode configuration for your case.