Comment 4 for bug 1637570

Revision history for this message
Lee Trager (ltrager) wrote : Re: [2.1] Cavium ThunderX system with 128GigB of memory is reported as having 125.9GigB of memory in MAAS after commissioning

I don't think /proc/meminfo would be any better. The kernel only shows how much memory is available to the user. For example my laptop has 16GB of RAM however awk '/MemTotal/ { print $2 }' /proc/meminfo shows 16306592 which is 15.5GB. Please do attach it so we can take a look anyway.

Previously we had a bug with some Debian patches applied to lshw that caused something similar. Could you try building and running lshw from source and posting the results?

git clone https://ezix.org/src/pkg/lshw.git
cd lshw
make
sudo ./src/lshw -xml > git_lshw.xml