proc下kcore是什么文件
生活随笔
收集整理的這篇文章主要介紹了
proc下kcore是什么文件
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
/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
kcore和使用的內存大小相等。
/proc里的文件都是虛擬的,都不是在硬盤上真實存在的,當關機后,/proc里的東西就全都消失了。
總結
以上是生活随笔為你收集整理的proc下kcore是什么文件的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: sql server 按时间段查询
- 下一篇: Trigger4Orchard