I have something strange, I had this problem before I upgraded as well as I was missing ram then too but I can't seem to figure this out.
When I check with "dmidecode --type 17" I also see 4x 32G of my memory modules.
When I convert MemTotal to GB I end up at around 121G, on my desktop I have 32G ram and there I am only missing 1G which I can understand but I can't seem to understand why I am missing 7G here. I came across an old post and there the OP and the person that replied are only missing a few ram. Can someone help me makes sense of why I am missing 7G of my total 128G?
Code:
# dmesg | grep Memory [ 0.323663] Memory: 127494620K/129913696K available (16393K kernel code, 4342K rwdata, 10192K rodata, 2888K init, 4900K bss, 2418816K reserved, 0K cma-reserved) [ 0.512565] x86/mm: Memory block size: 2048MB
# grep MemTotal /proc/meminfo MemTotal: 127674884 kB
# free -h
total used free shared buff/cache available
Mem: 121Gi 46Gi 74Gi 47Mi 902Mi 74Gi
Swap: 8.0Gi 0B 8.0Gi
When I convert MemTotal to GB I end up at around 121G, on my desktop I have 32G ram and there I am only missing 1G which I can understand but I can't seem to understand why I am missing 7G here. I came across an old post and there the OP and the person that replied are only missing a few ram. Can someone help me makes sense of why I am missing 7G of my total 128G?