现在的位置: 首页 > 综合 > 正文

如何修改dmesg log buffer size

2017年12月14日 ⁄ 综合 ⁄ 共 1357字 ⁄ 字号 评论关闭
文章目录

CONFIG_LOG_BUF_SHIFT: Kernel log buffer size (16 => 64KB, 17 => 128KB)

General informations

The Linux kernel configuration item CONFIG_LOG_BUF_SHIFT has multiple definitions:

found in arch/sh64/Kconfig

The configuration item CONFIG_LOG_BUF_SHIFT:

  • prompt:
  • type: int
  • depends on: (none)
  • defined in
    arch/sh64/Kconfig
  • found in Linux kernels: 2.6.8–2.6.13

Help text

(none)

Kernel log buffer size (16 => 64KB, 17 => 128KB) found in init/Kconfig

The configuration item CONFIG_LOG_BUF_SHIFT:

  • prompt: Kernel log buffer size (16 => 64KB, 17 => 128KB)
  • type: int
  • depends on: (none)
  • defined in
    init/Kconfig
  • found in Linux kernels: 2.6.0–2.6.11, 2.6.22–2.6.39, 3.0–3.13, 3.14-rc+HEAD

Help text

Select kernel log buffer size as a power of 2. Examples: 17 => 128 KB 16 => 64 KB 15 => 32 KB 14 => 16 KB 13 => 8 KB 12 => 4 KB

Kernel log buffer size (16 => 64KB, 17 => 128KB) found in lib/Kconfig.debug

The configuration item CONFIG_LOG_BUF_SHIFT:

Help text

Select kernel log buffer size as a power of 2. Defaults and Examples: 17 => 128 KB for S/390 16 => 64 KB for x86 NUMAQ or IA-64 15 => 32 KB for SMP 14 => 16 KB for uniprocessor 13 => 8 KB 12 => 4 KB

Hardware

LKDDb

Raw data from LKDDb:

  • (none)

Sources

This page is automaticly generated with free (libre, open) software
lkddb
(see
lkddb-sources
).

The data is retrived from:



抱歉!评论已关闭.