feat(gaming): increase vm.max_map_count further

It's now using the same default value as SteamOS.
Fedora will likely use this by default in the future as well.
This commit is contained in:
Felix Schröter 2023-04-25 15:03:54 +02:00
parent aba645bbbb
commit 6c1963a647
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -20,6 +20,5 @@
hardware.xone.enable = true;
hardware.xpadneo.enable = true;
# fix for Star Citizen
boot.kernel.sysctl."vm.max_map_count" = 16777216;
boot.kernel.sysctl."vm.max_map_count" = 2147483642;
}