Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102975942
D28225.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
959 B
Referenced Files
None
Subscribers
None
D28225.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D28225: Set VM_KMEM_SIZE_SCALE to 1 on riscv and arm64
Attached
Detach File
Event Timeline
Log In to Comment