Gentoo Archives: gentoo-user

From: cal <cal@×××××××××.technology>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] /proc/meminfo
Date: Tue, 27 Apr 2021 04:09:57
Message-Id: d727ce2c-ec84-3319-45cd-b893be19c96c@mail.meme.technology
In Reply to: [gentoo-user] /proc/meminfo by thelma@sys-concept.com
1 On 4/26/21 8:56 PM, thelma@×××××××××××.com wrote:
2 > My new PC has two 8GB sticks so total 16GB RAM
3 > but cat /proc/meminfo
4 > MemTotal: 14230648 kB
5 >
6 > Shouldn't it show 15GB+ ?
7 >
8 The kernel takes up some RAM, although I wouldn't expect 2GB worth. You
9 can check that with `dmesg | grep Memory:`.
10
11 The other possibility is that your RAM manufacturer used "gigabyte" to
12 mean 10^9 instead of 2^30, meaning that you actually have fewer than
13 16GiB. Hard disk manufacturers have been pulling this trick for years;
14 I'm not sure if it's common for RAM.
15
16 cal

Replies

Subject Author
Re: [gentoo-user] /proc/meminfo thelma@×××××××××××.com