- 论坛徽章:
- 15
|
回复 1# woshizzb
这个内核配置是跟ramdisk相关的,应该跟你的问题没多大关系,建议使用内存测试工具测试下内存访问的速度,确认瓶颈是否在此?
x CONFIG_BLK_DEV_RAM: x
x x
x Saying Y here will allow you to use a portion of your RAM memory as x
x a block device, so that you can make file systems on it, read and x
x write to it and do all the other things that you can do with normal x
x block devices (such as hard drives). It is usually used to load and x
x store a copy of a minimal root file system off of a floppy into RAM x
x during the initial install of Linux. x
x x
x Note that the kernel command line option "ramdisk=XX" is now obsolete. x
x For details, read <file ocumentation/blockdev/ramdisk.txt>. x
x x
x To compile this driver as a module, choose M here: the x
x module will be called rd. x
x x
x Most normal users won't need the RAM disk functionality, and can x
x thus say N here.
|
|