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

@@ -538,7 +538,7 @@ index b0cefe94920d..890165099b07 100644
* that.
*/
-#define DEFAULT_MAX_MAP_COUNT (262144)
+#define DEFAULT_MAX_MAP_COUNT (524288)
+#define DEFAULT_MAX_MAP_COUNT (16777216)
extern int sysctl_max_map_count;