Linaro 16.06

Hi,

I was getting following issue continously systemd-journald[1445]: /dev/kmsg buffer overrun, some messages lost error comes in linaro 16.06 . How to reslove this issue ?

ThanKs
Tejas patil

Hi, tejas.patil

If you just want augment buffer size of kernel log(/dev/kmsg), you can have a try like that:
modify this file : arch/arm64/configs/defconfig
change CONFIG_LOG_BUF_SHIFT = 14 to CONFIG_LOG_BUF_SHIFT=17
than Execute this command ”make defconfig distro.config“ and rebuild kernel code

BRs
yanzm