From ca91d3fbc0c135a0217f01fa536298f69e5ba3a8 Mon Sep 17 00:00:00 2001 From: Max Ammann Date: Fri, 16 Feb 2024 13:54:05 +0000 Subject: Revert other changes --- docs/best_practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/best_practices.md') diff --git a/docs/best_practices.md b/docs/best_practices.md index a871bc11..459fcaf7 100644 --- a/docs/best_practices.md +++ b/docs/best_practices.md @@ -104,7 +104,7 @@ allows you to define network state with different type of data packets. file directory on a tempfs location, see [env_variables.md](env_variables.md). 5. Improve Linux kernel performance: modify `/etc/default/grub`, set - `GRUB_CMDLINE_LINUX="ibpb=off ibrs=off kpti=off l1tf=off mds=off + `GRUB_CMDLINE_LINUX_DEFAULT="ibpb=off ibrs=off kpti=off l1tf=off mds=off mitigations=off no_stf_barrier noibpb noibrs nopcid nopti nospec_store_bypass_disable nospectre_v1 nospectre_v2 pcid=off pti=off spec_store_bypass_disable=off spectre_v2=off stf_barrier=off"`; then -- cgit 1.4.1