Update README.md

This commit is contained in:
the-sane 2021-01-26 12:35:02 -05:00 committed by GitHub
parent 5850ec847b
commit 348bcfe0e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,8 @@ Zenity menus are used for a GUI experience with a fallback to terminal-based men
`Preflight Check` `Preflight Check`
- Runs a series of system optimization checks and offers to fix any issues. - Runs a series of system optimization checks and offers to fix any issues.
- Checks that vm.max_map_count is set to at least 16777216 to give the game access to sufficient memory. - Checks that vm.max_map_count is set to at least 16777216.
- This sets the maxmimum number of "memory map areas" a process can have. While most applications need less than a thousand maps, Star Citizen requires access to more.
- Checks that the hard open file descriptors limit is set to at least 524288. - Checks that the hard open file descriptors limit is set to at least 524288.
`Manage Lutris Runners` `Manage Lutris Runners`