mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
Eliminate stale numbers from a comment.
This commit is contained in:
parent
e86328cbfb
commit
ea3f07d3a0
1 changed files with 2 additions and 5 deletions
|
|
@ -698,12 +698,9 @@ kmeminit(void *dummy)
|
|||
|
||||
/*
|
||||
* Try to auto-tune the kernel memory size, so that it is
|
||||
* more applicable for a wider range of machine sizes.
|
||||
* On an X86, a VM_KMEM_SIZE_SCALE value of 4 is good, while
|
||||
* a VM_KMEM_SIZE of 12MB is a fair compromise. The
|
||||
* more applicable for a wider range of machine sizes. The
|
||||
* VM_KMEM_SIZE_MAX is dependent on the maximum KVA space
|
||||
* available, and on an X86 with a total KVA space of 256MB,
|
||||
* try to keep VM_KMEM_SIZE_MAX at 80MB or below.
|
||||
* available.
|
||||
*
|
||||
* Note that the kmem_map is also used by the zone allocator,
|
||||
* so make sure that there is enough space.
|
||||
|
|
|
|||
Loading…
Reference in a new issue