Bump DEFAULT_MAX_MAP_COUNT to 16777216 (from 524288)

Star Citizen was reportedly crashy again with "only" 524288
This commit is contained in:
Tk-Glitch
2022-05-15 22:11:25 +02:00
parent 00d638a512
commit 93416ccf73
7 changed files with 12 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ These alternative schedulers can offer a better performance/latency ratio for ga
- Scheduling tweaks
- `CFS` tweaks
- Using the ["Cake"](https://www.bufferbloat.net/projects/codel/wiki/CakeTechnical/) network queue management system
- Using `vm.max_map_count=524288` by default
- Using `vm.max_map_count=16777216` by default
- Cherry-picked patches from [Clear Linux's patchset](https://github.com/clearlinux-pkgs/linux)
#### Optional tweaks