mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Copy the definition of VM_MAX_AUTOTUNE_MAXUSERS from i386. (See r242847.)
Tested by: andrew
This commit is contained in:
parent
d1a0cea48b
commit
99c8999856
1 changed files with 4 additions and 0 deletions
|
|
@ -178,4 +178,8 @@ extern vm_offset_t vm_max_kernel_address;
|
|||
|
||||
#define ZERO_REGION_SIZE (64 * 1024) /* 64KB */
|
||||
|
||||
#ifndef VM_MAX_AUTOTUNE_MAXUSERS
|
||||
#define VM_MAX_AUTOTUNE_MAXUSERS 384
|
||||
#endif
|
||||
|
||||
#endif /* _MACHINE_VMPARAM_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue