Skip to content

Instantly share code, notes, and snippets.

View Nuzhny007's full-sized avatar

Sergey Nuzhny Nuzhny007

View GitHub Profile
@Nuzhny007
Nuzhny007 / gpu-control.md
Created August 1, 2018 18:27 — 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