diff --git a/tweaks/20-solus.conf b/tweaks/20-solus.conf index d3519ff..d17c9a5 100644 --- a/tweaks/20-solus.conf +++ b/tweaks/20-solus.conf @@ -1,2 +1,5 @@ -fs.inotify.max_user_watches=524288 +fs.inotify.max_user_watches=1048576 +# Helps with out-of-the-box compatibility with some games +vm.max_map_count=2147483642 + vm.swappiness=10