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:
parent
aba645bbbb
commit
6c1963a647
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue