Skip to content

Instantly share code, notes, and snippets.

@TarasMazepa
Created September 5, 2023 23:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TarasMazepa/ea772fb1b10cf21ae54595d38371566c to your computer and use it in GitHub Desktop.
Save TarasMazepa/ea772fb1b10cf21ae54595d38371566c to your computer and use it in GitHub Desktop.
Boost Twitch Stream
pgrep -a -i twitch | xargs ps -o ni -p
pgrep -a -i twitch | sudo xargs renice "-3"
pgrep -a -i twitch | xargs ps -o ni -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment