NOTES (46360281f0a255c0a13878df6b9df4d140350c68) | NOTES (62d70a8174c9a78bf0caf7a405b5e7c670e28360) |
---|---|
1# $FreeBSD$ 2# 3# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 4# 5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers', 6# 'makeoptions', 'hints', etc. go into the kernel configuration that you 7# run config(8) with. 8# --- 215 unchanged lines hidden (view full) --- 224options SMP # Symmetric MultiProcessor Kernel 225 226# MAXCPU defines the maximum number of CPUs that can boot in the system. 227# A default value should be already present, for every architecture. 228options MAXCPU=32 229 230# MAXMEMDOM defines the maximum number of memory domains that can boot in the 231# system. A default value should already be defined by every architecture. | 1# $FreeBSD$ 2# 3# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 4# 5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers', 6# 'makeoptions', 'hints', etc. go into the kernel configuration that you 7# run config(8) with. 8# --- 215 unchanged lines hidden (view full) --- 224options SMP # Symmetric MultiProcessor Kernel 225 226# MAXCPU defines the maximum number of CPUs that can boot in the system. 227# A default value should be already present, for every architecture. 228options MAXCPU=32 229 230# MAXMEMDOM defines the maximum number of memory domains that can boot in the 231# system. A default value should already be defined by every architecture. |
232options MAXMEMDOM=1 | 232options MAXMEMDOM=2 |
233 | 233 |
234# VM_NUMA_ALLOC enables use of memory domain-aware allocation in the VM 235# system. 236options VM_NUMA_ALLOC 237 238# DEVICE_NUMA enables reporting of domain affinity of I/O devices via 239# bus_get_domain(), etc. 240options DEVICE_NUMA 241 |
|
234# ADAPTIVE_MUTEXES changes the behavior of blocking mutexes to spin 235# if the thread that currently owns the mutex is executing on another 236# CPU. This behavior is enabled by default, so this option can be used 237# to disable it. 238options NO_ADAPTIVE_MUTEXES 239 240# ADAPTIVE_RWLOCKS changes the behavior of reader/writer locks to spin 241# if the thread that currently owns the rwlock is executing on another --- 2795 unchanged lines hidden --- | 242# ADAPTIVE_MUTEXES changes the behavior of blocking mutexes to spin 243# if the thread that currently owns the mutex is executing on another 244# CPU. This behavior is enabled by default, so this option can be used 245# to disable it. 246options NO_ADAPTIVE_MUTEXES 247 248# ADAPTIVE_RWLOCKS changes the behavior of reader/writer locks to spin 249# if the thread that currently owns the rwlock is executing on another --- 2795 unchanged lines hidden --- |