From 723a756c148a1f0813c0cdbd4ae854a558e14cf2 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 20 Jan 2009 13:57:24 +0000 Subject: [PATCH] reduce kernel buffer size. --- include/minix/sys_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/minix/sys_config.h b/include/minix/sys_config.h index c0fd599c0..015e9bd46 100755 --- a/include/minix/sys_config.h +++ b/include/minix/sys_config.h @@ -70,6 +70,6 @@ error "_MINIX_MACHINE has incorrect value (0)" /* Kernel debug checks */ #define DEBUG_LOCK_CHECK 1 /* Interrupt Lock/unlock sanity checking. */ -#define _KMESS_BUF_SIZE 30000 +#define _KMESS_BUF_SIZE 10000 #endif /* _MINIX_SYS_CONFIG_H */ -- 2.44.0