←back to thread

72 points rbanffy | 1 comments | | HN request time: 0.201s | source
Show context
anonymousiam ◴[] No.45314976[source]
On a secure system (not serving to the Internet, and all trusted local users), you can add "mitigations=off" to greatly improve performance.

https://fosspost.org/disable-cpu-mitigations-on-linux

replies(1): >>45319879 #
1. abnercoimbre ◴[] No.45319879[source]
This depends on the CPU. From the article you linked:

> some CPUs like those in the AMD 7000 series can actually give a worse performance if mitigations are turned off.

Due diligence!