Page MenuHomeFreeBSD

D28225.1785295171.diff
No OneTemporary

Size
959 B
Referenced Files
None
Subscribers
None

D28225.1785295171.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, Jul 29, 3:19 AM (6 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29300312
Default Alt Text
D28225.1785295171.diff (959 B)

Event Timeline