Skip to content

Instantly share code, notes, and snippets.

@jhowbhz
Last active November 8, 2022 20:50
Show Gist options
  • Save jhowbhz/eb097b2f28e8ff885d24f0f0511c5d4c to your computer and use it in GitHub Desktop.
Save jhowbhz/eb097b2f28e8ff885d24f0f0511c5d4c to your computer and use it in GitHub Desktop.
Limit CPU use Mysql 100% CPU
sudo apt install cpulimit htop
cpulimit -e mysqld -l 50 &
htop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment