/proc/kcore是什么文件?

原文: http://unixguide.net/linux/faq/04.16.shtml
/proc/kcore is like an "alias" for the memory in your computer. Its
size is the same as the amount of RAM you have, and if you read it as
a file, the kernel does memory reads.
如果内核不能识别全部内存,即"ll /proc/kcore"(查看kcore的真实大小:du -h /proc/kcore)后显示的大小不等于实际的物理内存大小,可以用 cat /proc/meminfo 命令来校验.如果所显示的数量与系统的物理内存不同,则在 /boot/grub/grub.conf 文件中添加:
mem=xxM
本文出自 “MySQL中文网”博客 http://www.imysql.cn/
 

本文出自 “爱MySQL” 博客,转载请与作者联系!

你可能感兴趣的:(职场,文件,proc,休闲,kcore)