My university gave me a Dell Precision T7910. I was awarded an RTX A5000 24 GB from Nvidia. I am having serious issues, the PC turns off instantly when running even light machine learning models, 3D glyphs in Paraview or when running benchmarking tools . As per Dell's manual, my PC can supply up to 675W (total 3 x 225W graphics cards in 3 slots) whereas, RTX A5000 can suck a max of 230W.
I have installed Nvidia driver 510.73.05 on Ubuntu LTS 20.04.
The interesting thing is that I thought I can cap the maximum power usage of the GPU to 225W to match my PC's capacity and things will be fine. Unfortunately, this didn't happen. I used this command (
Does anyone know why is it happening? Should I cap the maximum power usage to 100W only? Maybe the system won't boot up because there is no integrated display port in the PC.
Bash:
(base) hell@Dell-Precision-T7910:~$ nvidia-smi -q | grep 'Power Limit'
Power Limit : 230.00 W
Default Power Limit : 230.00 W
Enforced Power Limit : 230.00 W
Min Power Limit : 100.00 W
Max Power Limit : 230.00 W
The interesting thing is that I thought I can cap the maximum power usage of the GPU to 225W to match my PC's capacity and things will be fine. Unfortunately, this didn't happen. I used this command (
nvidia-smi dmon
) to see the instantaneous power consumption of the GPU. The following video is taken from my Phone. Around 7 secs you can see as the power consumption goes 101W the PC turns off. Normally the power consumption is 26W. Does anyone know why is it happening? Should I cap the maximum power usage to 100W only? Maybe the system won't boot up because there is no integrated display port in the PC.