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