I have a machine where the dmesg is too big for 4 pages.
ok deraadt@
-/* $OpenBSD: param.h,v 1.50 2018/08/25 17:24:22 kettenis Exp $ */
+/* $OpenBSD: param.h,v 1.51 2022/02/05 20:31:26 daniel Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
#define NMBCLUSTERS (32 * 1024) /* max cluster allocation */
#ifndef MSGBUFSIZE
-#define MSGBUFSIZE (4 * PAGE_SIZE) /* default message buffer size */
+#define MSGBUFSIZE (8 * PAGE_SIZE) /* default message buffer size */
#endif
/*