Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

kcore file

user13653962Oct 11 2011 — edited Oct 11 2011
within /proc folder there is a file named kcore which is of 3.9 G ,i have RHEL 4.5 whats the purpose of this file , is it safe to remove this file to recliam 3.9G space?
[oraprod@dbprod proc]$ pwd
/proc
[oraprod@dbprod proc]$ du -h kcore
3.9G    kcore
[oraprod@dbprod proc]$

Comments

Nik
Hi
/proc - special file system for managing/monitoring system. Realy this files don't have space on the disk.

/proc/kcore - file for mapping physical memory.


You can't give more space after removing this file, but can get more problem.

This file will present after reboot.


Regards.
Dude!
Like all other files below /proc the kcore file is only a virtual file. It contains the RAM the kernel can allocate. Therefore this should not be touched or read. It is nothing to worry about. This file doesn't use actual disk space and only exists virtually. On 64-bit systems the size of /proc/kcore is even 128TB because that's the absolute limit of what 64-bit systems can allocate.
Dude!
You cannot remove the /proc/kcore file:

[root@ol1 ~]# rm /proc/kcore
rm: remove regular file `/proc/kcore'? y
rm: cannot remove `/proc/kcore': Operation not permitted
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 8 2011
Added on Oct 11 2011
3 comments
529 views