From bdcdb3072f46c9d0a0a6f74f1d32bfeba116b18a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 5 Nov 2013 23:27:10 +0100 Subject: [PATCH] profiles: added desktop profile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently it only enables autogroup scheduling: kernel.sched_autogroup_enabled = 1 Resolves: rhbz#996723 Signed-off-by: Jaroslav Škarvada --- profiles/desktop/tuned.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 profiles/desktop/tuned.conf diff --git a/profiles/desktop/tuned.conf b/profiles/desktop/tuned.conf new file mode 100644 index 0000000..95de98b --- /dev/null +++ b/profiles/desktop/tuned.conf @@ -0,0 +1,9 @@ +# +# tuned configuration +# + +[main] +include=balanced + +[sysctl] +kernel.sched_autogroup_enabled=1