mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Increase NMBCLUSTERS by 4x.
This takes a GENERIC kernel (MAXUSERS=32) from 1536 to 3072.
This commit is contained in:
parent
1d17292c23
commit
b46ba8880c
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ struct mb_pcpu_list {
|
|||
* allocatable by the sfbuf allocator (found in uipc_syscalls.c)
|
||||
*/
|
||||
#ifndef NMBCLUSTERS
|
||||
#define NMBCLUSTERS (1024 + MAXUSERS * 16)
|
||||
#define NMBCLUSTERS (1024 + MAXUSERS * 64)
|
||||
#endif
|
||||
#ifndef NMBUFS
|
||||
#define NMBUFS (NMBCLUSTERS * 2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue