From 348bcfe0e49046856bd7f6cdf7cf4ac71d5e68e8 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Tue, 26 Jan 2021 12:35:02 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c47230a..87b65eb 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ Zenity menus are used for a GUI experience with a fallback to terminal-based men `Preflight Check` - 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. `Manage Lutris Runners`