Skip to content

Instantly share code, notes, and snippets.

View n01z3's full-sized avatar
💪
Testosterone Driven Development

Artur Kuzin n01z3

💪
Testosterone Driven Development
View GitHub Profile
@n01z3
n01z3 / gpu-control.md
Created February 18, 2019 21:20 — forked from lucidyan/gpu-control.md
Prevent NVIDIA GPUs' throttling on headless server

Prevent NVIDIA GPUs' throttling on headless server

  • Unlock manual fan & overclock settings
    sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration
  • Reboot system
  • Create script /usr/local/bin/gpu-fan-control.sh
#!/bin/bash