我有 4 GB 的 RAM,但只有 3.5 GB 可用,我在安装 2 GB 的 antoehr 时启用了 pae,但它只显示 3.5 GB,现在我清空了硬盘,安装了 64 位 Ubuntu,但它只识别出 3.4 GB 的 RAM,实际上我运行的是专用显卡,并尝试清理和更换 RAM 所在的插槽
PCI (sysfs)
*-firmware
description: BIOS
vendor: Dell Inc.
physical id: 0
version: A11
date: 11/30/2006
size: 64KiB
capacity: 448KiB
capabilities: pci pnp apm upgrade shadowing cdboot bootselect edd int13floppytoshiba int5printscreen int9keyboard int14serial int17printer acpi usb ls120boot biosbootspecification netboot
*-cache:0
description: L1 cache
physical id: 700
size: 16KiB
capacity: 16KiB
capabilities: internal write-back data
*-cache:1
description: L2 cache
physical id: 701
size: 4MiB
capacity: 4MiB
capabilities: internal varies unified
*-memory
description: System Memory
physical id: 1000
slot: System board or motherboard
size: 6GiB
*-bank:0
description: DIMM DDR Synchronous 533 MHz (1.9 ns)
product: 6400EL Series
vendor: 7F7F7F7F7F020000
physical id: 0
serial: 00000000
slot: DIMM_1
size: 2GiB
width: 64 bits
clock: 533MHz (1.9ns)
*-bank:1
description: DIMM DDR Synchronous 533 MHz (1.9 ns)
product: KC6844-ELG37
vendor: Kingston
physical id: 1
serial: B01EBFEE
slot: DIMM_3
size: 1GiB
width: 64 bits
clock: 533MHz (1.9ns)
*-bank:2
description: DIMM DDR Synchronous 533 MHz (1.9 ns)
product: 6400EL Series
vendor: 7F7F7F7F7F020000
physical id: 2
serial: 00000000
slot: DIMM_2
size: 2GiB
width: 64 bits
clock: 533MHz (1.9ns)
*-bank:3
description: DIMM DDR Synchronous 533 MHz (1.9 ns)
product: KC6844-ELG37
vendor: Kingston
physical id: 3
serial: B01EC9EE
slot: DIMM_4
size: 1GiB
width: 64 bits
clock: 533MHz (1.9ns)
答案1
您不能运行数量不等、速度不同、电压不同或基本上任何 2 个型号和尺寸不同的 RAM,否则会遇到问题。
这是因为计算机只能为一个任务分配相同大小的 RAM,所以如果一个任务需要 3GB 的 RAM(理论上),那么就会出现致命错误。
所以没有硬件支持。速度不同,问题相同
不同的制造商也会因不兼容而造成问题。因此,您无法拥有 6GB 的 RAM,尤其是当它们以不同的时钟速度运行时。您可以拥有 2GB、4GB、8GB 等大小相同的 RAM
编辑:稍后看到您的数量,但同样的理论适用,您不能将“通道”划分为不相等的数量,从而导致致命错误(因此没有硬件支持)。顺便说一句,获得更高频率的 RAM 以升级性能,很多功率在于时钟速度,而当现在有 3000mhz 的内存条可用时,500mhz 非常低!
请查看 overclockers.com 和 tomshardware.com (还有更多) 来获取更多相关信息。
基本上问题不在于 ubuntu,所以这不是一个适合提问的论坛。即使在这些论坛上,你也会得到这样的答案:“它对你不起作用(很可能),但如果它起作用,那么就不要运行它,因为它造成的损害大于好处”