Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Limit Nvidia GPU Power Consumption

Basic setup to limit nvidia gpu power consumption on startup for multi-gpu systems running linux.

  1. Place the files:
sudo cp gpu-power-limit.sh /usr/local/bin/
sudo cp gpu-power-limit.service /etc/systemd/system/
  1. Make it executable:
chmod +x /usr/local/bin/gpu-power-limit.sh
  1. Adjust ownership:
sudo chown root:root /usr/local/bin/gpu-power-limit.sh
sudo chmod 755 /usr/local/bin/gpu-power-limit.sh
sudo chown root:root /etc/systemd/system/gpu-power-limit.service
sudo chmod 644 /etc/systemd/system/gpu-power-limit.service
  1. Enable and start the service:
sudo systemctl daemon-reload
sudo systemctl enable gpu-power-limit
sudo systemctl start gpu-power-limit

License

MIT License

About

Limit nvidia gpu power consumption on startup for multi-gpu systems running linux.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages