What Is /proc/kcore?
None of the files in /proc are really there--they're all, "pretend,"
files made up by the kernel, to give you information about the system
and don't take up any hard disk space.

/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.

如下截图可以看到,这个文件标注的大小已经达到128T了,

而描述中说此文件是内存的别名,我内存16G,不是128T

 

Linux 中 /proc/kcore为啥如此之大

 

 Linux 中 /proc/kcore为啥如此之大

 https://support.microfocus.com/kb/doc.php?id=7004153

相关文章:

  • 2022-12-23
  • 2021-11-09
  • 2021-11-16
  • 2021-12-20
  • 2021-12-25
猜你喜欢
  • 2021-09-04
  • 2021-12-26
  • 2021-11-15
  • 2022-12-23
  • 2021-12-08
  • 2022-01-04
相关资源
相似解决方案