Skip to content

Instantly share code, notes, and snippets.

@Taubin
Last active June 28, 2021 01:57
Show Gist options
  • Select an option

  • Save Taubin/1277a3678953df30c11bc8522e764f93 to your computer and use it in GitHub Desktop.

Select an option

Save Taubin/1277a3678953df30c11bc8522e764f93 to your computer and use it in GitHub Desktop.

Fix for AMD Series 1 processors

Add the disable cstate in the go file

/usr/local/sbin/zenstates --c6-disable

So the go file would look like this:

#!/bin/bash
#Start the Management Utility
#!/bin/bash
/usr/local/sbin/zenstates --c6-disable

/usr/local/sbin/emhttp &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment