From a1fee212e7ea12e8c2162e9fddfe83c3bdcfd2f9 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Wed, 4 Apr 2012 14:43:32 -0400 Subject: [PATCH] Increase the size of the dmesg buffer Bump it to 256K, as discussed in the community kernel meeting on Mar 30, 2012 --- config-generic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-generic b/config-generic index 299df87e4..33cb50960 100644 --- a/config-generic +++ b/config-generic @@ -39,7 +39,7 @@ CONFIG_TASK_DELAY_ACCT=y CONFIG_TASK_XACCT=y CONFIG_TASK_IO_ACCOUNTING=y CONFIG_SYSCTL=y -CONFIG_LOG_BUF_SHIFT=17 +CONFIG_LOG_BUF_SHIFT=18 # CONFIG_IKCONFIG is not set # CONFIG_EMBEDDED is not set # CONFIG_EXPERT is not set