Ubuntu-64 位系统下所有内存均未显示

Ubuntu-64 位系统下所有内存均未显示

我只显示了 9GB 中的 5.8GB:

harrison@harrison-Aurora:~/Desktop$ lshw -C memory
WARNING: you should run this program as super-user.
 *-memory                
   description: System memory
   physical id: 0
   size: 5961MiB

但是当我运行 lshw -C memory 时它显示全部 9GB:

[sudo] password for harrison: 
*-firmware              
   description: BIOS
   vendor: Alienware
   physical id: 0
   version: A10
   date: 07/30/2010
   size: 64KiB
   capacity: 4032KiB
   // other stuff here
   *-memory
   description: System Memory
   physical id: a
   slot: System board or motherboard
   size: 9GiB
        *-bank:0
      description: DIMM 1333 MHz (0.8 ns)
      product: KP223C-ELD
      vendor: Kingston
      physical id: 0
      serial: 43791B85
      slot: DIMM0
      size: 2GiB
      width: 64 bits
      clock: 1333MHz (0.8ns)
 *-bank:1
      description: DIMM 1333 MHz (0.8 ns)
      product: KTW149-ELD
      vendor: Kingston
      physical id: 1
      serial: B0953279
      slot: DIMM1
      size: 1GiB
      width: 64 bits
      clock: 1333MHz (0.8ns)
 *-bank:2
      description: DIMM 1333 MHz (0.8 ns)
      product: KP223C-ELD
      vendor: Kingston
      physical id: 2
      serial: 7A381B2B
      slot: DIMM2
      size: 2GiB
      width: 64 bits
      clock: 1333MHz (0.8ns)
 *-bank:3
      description: DIMM 1333 MHz (0.8 ns)
      product: KTW149-ELD
      vendor: Kingston
      physical id: 3
      serial: B0E63277
      slot: DIMM3
      size: 1GiB
      width: 64 bits
      clock: 1333MHz (0.8ns)
 *-bank:4
      description: DIMM 1333 MHz (0.8 ns)
      product: KP223C-ELD
      vendor: Kingston
      physical id: 4
      serial: 7A3B1B2B
      slot: DIMM4
      size: 2GiB
      width: 64 bits
      clock: 1333MHz (0.8ns)
 *-bank:5
      description: DIMM 1333 MHz (0.8 ns)
      product: KTW149-ELD
      vendor: Kingston
      physical id: 5
      serial: B0BF3277
      slot: DIMM5
      size: 1GiB
      width: 64 bits
      clock: 1333MHz (0.8ns)

我怎样才能使用全部 9GB?

答案1

您有两种不同型号的 RAM。尝试将相同型号放入相同的匹配对插槽中。这意味着将 KP223C-ELD 放入 DIMM0、DIMM1 和 DIMM2;将 KTW149-ELD 放入其他 DIMM 位置。

答案2

我让全部 9GB 都显示出来。以下是我所做的:

  1. 将 2GB 模块放入存储体 0、1、2
  2. 将 1GB 模块放入存储体 3、4、5

相关内容