mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-01 17:00:36 +00:00
Increase the scaling of VM_KMEM_SIZE_MAX.
Submitted by: alc
This commit is contained in:
parent
78c37b0de8
commit
9c737de401
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133827
@ -126,7 +126,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 (320 * 1024 * 1024)
|
||||
#endif
|
||||
|
||||
/* initial pagein size of beginning of executable file */
|
||||
|
Loading…
x
Reference in New Issue
Block a user