メモリ不良ですか、それとも別の可能性がありますか?

メモリ不良ですか、それとも別の可能性がありますか?

物理アクセスなしで実行されるサーバーがあります。 16GBのRAMがインストールされているようですが、わかりません。ここで何が間違っている可能性がありますか?

#dmidecode -t memory
# dmidecode 3.0
Scanning /dev/mem for entry point.
SMBIOS 2.6 present.

Handle 0x0014, DMI type 16, 15 bytes
Physical Memory Array
    Location: System Board Or Motherboard
    Use: System Memory
    Error Correction Type: Single-bit ECC
    Maximum Capacity: 8 GB
    Error Information Handle: Not Provided
    Number Of Devices: 2

Handle 0x0016, DMI type 17, 28 bytes
Memory Device
    Array Handle: 0x0014
    Error Information Handle: Not Provided
    Total Width: 72 bits
    Data Width: 64 bits
    Size: 8192 MB
    Form Factor: DIMM
    Set: None
    Locator: DIMM0
    Bank Locator: BANK0
    Type: Other
    Type Detail: Synchronous
    Speed: 1333 MHz
    Manufacturer: Manufacturer00
    Serial Number: SerNum00
    Asset Tag: Not Specified
    Part Number: ModulePartNumber00
    Rank: Unknown

Handle 0x0018, DMI type 17, 28 bytes
Memory Device
    Array Handle: 0x0014
    Error Information Handle: Not Provided
    Total Width: 72 bits
    Data Width: 64 bits
    Size: 8192 MB
    Form Factor: DIMM
    Set: None
    Locator: DIMM1
    Bank Locator: BANK1
    Type: Other
    Type Detail: Synchronous
    Speed: 1333 MHz
    Manufacturer: Manufacturer01
    Serial Number: SerNum01
    Asset Tag: Not Specified
    Part Number: ModulePartNumber01
    Rank: Unknown

しかし、これもあります:

# free
              total        used        free      shared  buff/cache   available
Mem:        7881812      236436      237512        8736     7407864     7233756

メモリを削除して読み込んだ後、CentOSは16Gbを再利用します。

              total        used        free      shared  buff/cache   available
Mem:       16139344      293560    15629068        8708      216716    15548680

dmidecodeはまだ言いますMaximum Capacity: 8 GB

私を迷惑にするのは、メモリースティックが常に認識されますが、当初使用されていないということです。

どんなアイデアがありますか?

ベストアンサー1

おすすめ記事