mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Increase the scaling of VM_KMEM_SIZE_MAX.
Submitted by: alc
This commit is contained in:
parent
78c37b0de8
commit
9c737de401
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue