Page MenuHomeFreeBSD

D5893.id15040.diff
No OneTemporary

D5893.id15040.diff

Index: sys/amd64/conf/GENERIC
===================================================================
--- sys/amd64/conf/GENERIC
+++ sys/amd64/conf/GENERIC
@@ -93,6 +93,7 @@
# Make an SMP-capable kernel by default
options SMP # Symmetric MultiProcessor Kernel
+options DEVICE_NUMA # I/O Device Affinity
# CPU frequency control
device cpufreq
Index: sys/amd64/conf/MINIMAL
===================================================================
--- sys/amd64/conf/MINIMAL
+++ sys/amd64/conf/MINIMAL
@@ -92,6 +92,7 @@
# Make an SMP-capable kernel by default
options SMP # Symmetric MultiProcessor Kernel
+options DEVICE_NUMA # I/O Device Affinity
# CPU frequency control
device cpufreq
Index: sys/amd64/include/param.h
===================================================================
--- sys/amd64/include/param.h
+++ sys/amd64/include/param.h
@@ -72,7 +72,7 @@
#endif
#ifndef MAXMEMDOM
-#define MAXMEMDOM 1
+#define MAXMEMDOM 8
#endif
#define ALIGNBYTES _ALIGNBYTES

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 14, 9:52 PM (15 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38928023
Default Alt Text
D5893.id15040.diff (997 B)

Event Timeline