]> Zhao Yanbai Git Server - minix.git/commitdiff
reduce kernel buffer size.
authorBen Gras <ben@minix3.org>
Tue, 20 Jan 2009 13:57:24 +0000 (13:57 +0000)
committerBen Gras <ben@minix3.org>
Tue, 20 Jan 2009 13:57:24 +0000 (13:57 +0000)
include/minix/sys_config.h

index c0fd599c02a952ea8536552a5b422e74553e4471..015e9bd46e6cfb8d8962b107676d8b36d64326d3 100755 (executable)
@@ -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 */