Page MenuHomeFreeBSD

D28225.diff
No OneTemporary

D28225.diff

diff --git a/sys/arm64/include/vmparam.h b/sys/arm64/include/vmparam.h
--- a/sys/arm64/include/vmparam.h
+++ b/sys/arm64/include/vmparam.h
@@ -201,14 +201,7 @@
* How many physical pages per kmem arena virtual page.
*/
#ifndef VM_KMEM_SIZE_SCALE
-#define VM_KMEM_SIZE_SCALE (3)
-#endif
-
-/*
- * Optional floor (in bytes) on the size of the kmem arena.
- */
-#ifndef VM_KMEM_SIZE_MIN
-#define VM_KMEM_SIZE_MIN (16 * 1024 * 1024)
+#define VM_KMEM_SIZE_SCALE (1)
#endif
/*
diff --git a/sys/riscv/include/vmparam.h b/sys/riscv/include/vmparam.h
--- a/sys/riscv/include/vmparam.h
+++ b/sys/riscv/include/vmparam.h
@@ -196,14 +196,7 @@
* How many physical pages per kmem arena virtual page.
*/
#ifndef VM_KMEM_SIZE_SCALE
-#define VM_KMEM_SIZE_SCALE (3)
-#endif
-
-/*
- * Optional floor (in bytes) on the size of the kmem arena.
- */
-#ifndef VM_KMEM_SIZE_MIN
-#define VM_KMEM_SIZE_MIN (16 * 1024 * 1024)
+#define VM_KMEM_SIZE_SCALE (1)
#endif
/*

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 20, 9:38 AM (21 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14735153
Default Alt Text
D28225.diff (959 B)

Event Timeline