diff --git a/etc/sysctl.d/tileos.conf b/etc/sysctl.d/tileos.conf index f82be91..d28f5dc 100644 --- a/etc/sysctl.d/tileos.conf +++ b/etc/sysctl.d/tileos.conf @@ -1,7 +1,3 @@ fs.inotify.max_user_watches = 600000 - -# From SteamOS 3. Needed to improve compatibility with Windows games through wine or steam +kernel.sched_cfs_bandwidth_slice_us = 3000 vm.max_map_count = 2147483642 - -# i915 performance fix -dev.i915.perf_stream_paranoid = 0