Bump DEFAULT_MAX_MAP_COUNT to 16777216 (from 524288)
Star Citizen was reportedly crashy again with "only" 524288
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user