artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c127df2
)
Increase NKMEMPAGES_MAX_DEFAULT to same value as on amd64.
author
mglocker
<mglocker@openbsd.org>
Wed, 8 Nov 2023 18:59:01 +0000
(18:59 +0000)
committer
mglocker
<mglocker@openbsd.org>
Wed, 8 Nov 2023 18:59:01 +0000
(18:59 +0000)
OK deraadt@
sys/arch/i386/include/param.h
patch
|
blob
|
history
diff --git
a/sys/arch/i386/include/param.h
b/sys/arch/i386/include/param.h
index
87f50a5
..
eabc86c
100644
(file)
--- a/
sys/arch/i386/include/param.h
+++ b/
sys/arch/i386/include/param.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: param.h,v 1.5
1 2022/02/05 20:31:26 daniel Exp $
*/
+/* $OpenBSD: param.h,v 1.5
2 2023/11/08 18:59:01 mglocker Exp $
*/
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@
-77,7
+77,7
@@
* Maximum size of the kernel malloc arena in PAGE_SIZE-sized
* logical pages.
*/
-#define NKMEMPAGES_MAX_DEFAULT ((
64
* 1024 * 1024) >> PAGE_SHIFT)
+#define NKMEMPAGES_MAX_DEFAULT ((
128
* 1024 * 1024) >> PAGE_SHIFT)
#define __HAVE_ACPI