驚くほど大きな/ proc / kcoreファイル—どういう意味ですか?


9

ファイルが停止したため、システムのバックアップを中止する必要がありました/proc/kcore。サイズを確認すると、ファイルが巨大です。グーグルをチェックすると、他の多くの人々も不条理に大きなkcoreファイルを持っているようです。

3つの質問があります。

  1. kcoreのサイズを気にする必要がありますか?
  2. もしそうなら、どうすればそのサイズを縮小できますか?
  3. / proc /ディレクトリをバックアップする理由はありますか?

回答:


7

まず最初に:/proc仮想ファイルシステムです。バックアップしないでください。その内容はディスク上に存在しません。

からman 5 proc

/proc/kcore
      This  file  represents  the physical memory of the system and is
      stored in the ELF core file format.  With this pseudo-file,  and
      an unstripped kernel (/usr/src/linux/vmlinux) binary, GDB can be
      used to examine the current state of any kernel data structures.

      The total length of the file is  the  size  of  physical  memory
      (RAM) plus 4KB.

ですから、それkcoreが小さいのなら少し心配です。

どのようにしてサイズを小さくしますか?RAMを減らします。

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.