SOLVED Only ~4GB RAM Available out of 128GB

Dopamin3

Dabbler
Joined
Aug 18, 2017
Messages
46
Edit: update from BIOS 5.10 to 6.40 fixed it


My system is in my signature. I just swapped out the memory from what was listed to 4 x 32GB Nemix Unbuffered ECC 2666MHz. I installed it and the BIOS recognizes it correctly, but in TrueNAS 12.0-U8 it's only showing 3.4GiB.

Some output from my system is in the code block below, but any ideas how to fix this? I'm going to try reseating the RAM I guess, but it detects it all both in TrueNAS and BIOS so I'm not confident that will fix it.:

Code:
root@RyzenNAS:~ # grep memory /var/run/dmesg.boot
real memory  = 137434759168 (131068 MB)
avail memory = 3491954688 (3330 MB)

root@RyzenNAS:~ # sysctl hw | egrep 'hw.(phys|user|real)'
hw.physmem: 3648987136
hw.usermem: 2746281984
hw.realmem: 137434759168

root@RyzenNAS:~ # dmidecode --type 17
# dmidecode 3.2
# SMBIOS entry point at 0x000f05e0
Found SMBIOS entry point in EFI, reading table from /dev/mem.
SMBIOS 3.0 present.

Handle 0x0015, DMI type 17, 40 bytes
Memory Device
        Array Handle: 0x000E
        Error Information Handle: 0x0014
        Total Width: 128 bits
        Data Width: 64 bits
        Size: 32 GB
        Form Factor: DIMM
        Set: None
        Locator: DIMM 0
        Bank Locator: P0 CHANNEL A
        Type: DDR4
        Type Detail: Synchronous Unbuffered (Unregistered)
        Speed: 2666 MT/s
        Manufacturer: 0000
        Serial Number: 21100118
        Asset Tag: Not Specified
        Part Number: Unknown
        Rank: 2
        Configured Memory Speed: 1333 MT/s
        Minimum Voltage: 1.2 V
        Maximum Voltage: 1.2 V
        Configured Voltage: 1.2 V

Handle 0x0018, DMI type 17, 40 bytes
Memory Device
        Array Handle: 0x000E
        Error Information Handle: 0x0017
        Total Width: 128 bits
        Data Width: 64 bits
        Size: 32 GB
        Form Factor: DIMM
        Set: None
        Locator: DIMM 1
        Bank Locator: P0 CHANNEL A
        Type: DDR4
        Type Detail: Synchronous Unbuffered (Unregistered)
        Speed: 2666 MT/s
        Manufacturer: 0000
        Serial Number: 20480041
        Asset Tag: Not Specified
        Part Number: Unknown
        Rank: 2
        Configured Memory Speed: 1333 MT/s
        Minimum Voltage: 1.2 V
        Maximum Voltage: 1.2 V
        Configured Voltage: 1.2 V

Handle 0x001B, DMI type 17, 40 bytes
Memory Device
        Array Handle: 0x000E
        Error Information Handle: 0x001A
        Total Width: 128 bits
        Data Width: 64 bits
        Size: 32 GB
        Form Factor: DIMM
        Set: None
        Locator: DIMM 0
        Bank Locator: P0 CHANNEL B
        Type: DDR4
        Type Detail: Synchronous Unbuffered (Unregistered)
        Speed: 2666 MT/s
        Manufacturer: 0000
        Serial Number: 721A0000
        Asset Tag: Not Specified
        Part Number: Unknown
        Rank: 2
        Configured Memory Speed: 1333 MT/s
        Minimum Voltage: 1.2 V
        Maximum Voltage: 1.2 V
        Configured Voltage: 1.2 V

Handle 0x001E, DMI type 17, 40 bytes
Memory Device
        Array Handle: 0x000E
        Error Information Handle: 0x001D
        Total Width: 128 bits
        Data Width: 64 bits
        Size: 32 GB
        Form Factor: DIMM
        Set: None
        Locator: DIMM 1
        Bank Locator: P0 CHANNEL B
        Type: DDR4
        Type Detail: Synchronous Unbuffered (Unregistered)
        Speed: 2666 MT/s
        Manufacturer: 0000
        Serial Number: 211000E7
        Asset Tag: Not Specified
        Part Number: Unknown
        Rank: 2
        Configured Memory Speed: 1333 MT/s
        Minimum Voltage: 1.2 V
        Maximum Voltage: 1.2 V
        Configured Voltage: 1.2 V
 
Last edited:
Top