From 9cab899427bbb11032f57c30428bad2df8afc392 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Sun, 14 May 2023 15:16:33 +0400 Subject: [PATCH] Initial sysctl tweaks --- etc/sysctl.d/tileos.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 etc/sysctl.d/tileos.conf diff --git a/etc/sysctl.d/tileos.conf b/etc/sysctl.d/tileos.conf new file mode 100644 index 0000000..f82be91 --- /dev/null +++ b/etc/sysctl.d/tileos.conf @@ -0,0 +1,7 @@ +fs.inotify.max_user_watches = 600000 + +# From SteamOS 3. Needed to improve compatibility with Windows games through wine or steam +vm.max_map_count = 2147483642 + +# i915 performance fix +dev.i915.perf_stream_paranoid = 0