Hi!
I installed the latest Tumbleweed on a new Lenovo Ideapad S540 and the system does not recognize the full amount of RAM: I have 8GB (DDR4), but it only sees 5.7
During installation, I noticed that my RAM was not recognized properly, so much so that my request to set up a SWAP partition as large as memory resulted in a 5.7GB partition.
Now the BIOS and dmicode decode see the total amount, but other programs don't:
I tried adding "mem=8GB" at the end of the Kernel line options before booting, but it did not seem to work.
Any idea much appreciated!
I installed the latest Tumbleweed on a new Lenovo Ideapad S540 and the system does not recognize the full amount of RAM: I have 8GB (DDR4), but it only sees 5.7
During installation, I noticed that my RAM was not recognized properly, so much so that my request to set up a SWAP partition as large as memory resulted in a 5.7GB partition.
Now the BIOS and dmicode decode see the total amount, but other programs don't:
Code:
localhost:/home/federico # dmidecode --type 17
# dmidecode 3.2
Getting SMBIOS data from sysfs.
SMBIOS 3.1.1 present.
Handle 0x001F, DMI type 17, 40 bytes
Memory Device
Array Handle: 0x001E
Error Information Handle: 0x0022
Total Width: 64 bits
Data Width: 64 bits
Size: 4096 MB
Form Factor: SODIMM
Set: None
Locator: DIMM 0
Bank Locator: P0 CHANNEL A
Type: DDR4
Type Detail: Synchronous Unbuffered (Unregistered)
Speed: 2667 MT/s
Manufacturer: Samsung
Serial Number: 00000000
Asset Tag: Not Specified
Part Number: M471A5244CB0-CTD
Rank: 1
Configured Memory Speed: 2400 MT/s
Minimum Voltage: 1.2 V
Maximum Voltage: 1.2 V
Configured Voltage: 1.2 V
Handle 0x0020, DMI type 17, 40 bytes
Memory Device
Array Handle: 0x001E
Error Information Handle: 0x0023
Total Width: 64 bits
Data Width: 64 bits
Size: 4096 MB
Form Factor: SODIMM
Set: None
Locator: DIMM 0
Bank Locator: P0 CHANNEL B
Type: DDR4
Type Detail: Synchronous Unbuffered (Unregistered)
Speed: 2667 MT/s
Manufacturer: Hynix
Serial Number: 201BE323
Asset Tag: Not Specified
Part Number: HMA851S6JJR6N-VK
Rank: 1
Configured Memory Speed: 2400 MT/s
Minimum Voltage: 1.2 V
Maximum Voltage: 1.2 V
Configured Voltage: 1.2 V
Code:
localhost:/home/federico # free -h
total used free shared buff/cache available
Mem: 5.7Gi 1.2Gi 3.2Gi 62Mi 1.3Gi 4.2Gi
Swap: 5.7Gi 0B 5.7Gi
Any idea much appreciated!