I am currently using a Jetson Orin NX 16GB SUPER. I have installed Ollama natively and am running qwen3-vl:4b and 8b models.
The Problem: When I provide an image and a command to the VLM while in MAXN mode, I receive a warning stating: “System throttled due to Over-current.” I have observed that when this throttling occurs, the total power consumption becomes capped at 25W.
Hardware Setup:
-
Device: Jetson Orin NX 16GB SUPER (Purchased from Seeed Studio)
-
Power Supply: Rated output of 19V 5A (95W).
-
Peripherals: Only an HDMI cable and a Logitech wireless dongle are connected.
Power Monitor Readings: When checking the Jetson Power GUI, I see approximate values similar to the following:
Plaintext
Power Monitor
Name Inst(mW)
VDD_IN 20,000
VDD_CPU_GPU_CV 10,000
VDD_SOC 5,000
I attempted to check the Jetson Orin NX datasheet, but I lack the background knowledge to fully understand the electrical specifications regarding this behavior.
Questions:
-
Is it safe to ignore this over-current warning and continue using the device?
-
If I shouldn’t ignore it, how can I resolve this issue?
-
The maximum pre-set power mode (25W) makes the VLM inference speed too slow. Considering my power adapter’s output capacity, is there a way to manually configure a custom power mode (e.g., 90W)?
-
If I create a custom power mode allowing more than 25W, will this actually result in faster VLM inference speeds?
-
Is the over-current issue likely to persist even with a custom power mode set above 25W? If it does occur, will the system still throttle the total power down to 25W as it is doing now?
-
I purchased the Jetson Orin NX and the 19V 5A power adapter from Seeed Studio, following their official guide. Is this power supply capacity sufficient for this workload? Could the power adapter itself be a contributing factor to the over-current warning?