Skip to content

Commit

Permalink
fix instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored Jul 21, 2022
1 parent ba9199e commit 3e92fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compat/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This ensures that there is little noise and variance in the results.
- On AMD:

```sh
echo "0" | sudo tee /sys/devices/system/cpu/cpufreq/boost
echo 0 | sudo tee /sys/devices/system/cpu/cpufreq/boost
```

- Check with:
Expand Down Expand Up @@ -103,7 +103,7 @@ systemctl stop polkit.service
- Disable using:

```sh
echo 0 > /proc/sys/kernel/randomize_va_space
echo 0 | sudo tee /proc/sys/kernel/randomize_va_space
```

- Check with:
Expand Down

0 comments on commit 3e92fa3

Please sign in to comment.