mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Increase VM_KMEM_SIZE_MAX from 200MB to 400MB.
Discussed with: peter
This commit is contained in:
parent
65b4a1b917
commit
4d4a286cba
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123214
@ -133,7 +133,7 @@
|
||||
* Ceiling on amount of kmem_map kva space.
|
||||
*/
|
||||
#ifndef VM_KMEM_SIZE_MAX
|
||||
#define VM_KMEM_SIZE_MAX (200 * 1024 * 1024)
|
||||
#define VM_KMEM_SIZE_MAX (400 * 1024 * 1024)
|
||||
#endif
|
||||
|
||||
/* initial pagein size of beginning of executable file */
|
||||
|
Loading…
Reference in New Issue
Block a user