* [gentoo-user] Kernel doesn't use all of the available memory
@ 2010-12-09 21:24 Helmut Jarausch
2010-12-09 21:30 ` Michael Hampicke
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Helmut Jarausch @ 2010-12-09 21:24 UTC (permalink / raw
To: gentoo-user
Hi,
I see a strange effect which puzzles me.
I have two AMD64 (~amd64) Systems. Both have 8Gb memory installed
as reported by their BIOS as well as by lshw.
One is a somewhat older Opteron, the other one a recent Phenom II.
But the output of 'free -m' differs significantly
On the Phenom II there a total of 7738 Mb
but on the old Opteron there a total of 6477 Mb only.
The 2.6.36 kernel is configured nearly identical (just a different SATA
driver).
Has anybody an idea where this comes from?
Many thanks for a hint,
Helmut.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Kernel doesn't use all of the available memory
2010-12-09 21:24 [gentoo-user] Kernel doesn't use all of the available memory Helmut Jarausch
@ 2010-12-09 21:30 ` Michael Hampicke
2010-12-10 15:47 ` Volker Armin Hemmann
2010-12-12 0:06 ` meino.cramer
2 siblings, 0 replies; 7+ messages in thread
From: Michael Hampicke @ 2010-12-09 21:30 UTC (permalink / raw
To: gentoo-user
> One is a somewhat older Opteron, the other one a recent Phenom II.
> But the output of 'free -m' differs significantly
> *snip*
> Has anybody an idea where this comes from?
Maybe some of the system's memory is reserved as memory for a onboard
graphics card (on mainboard) which does not have it's own memory?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Kernel doesn't use all of the available memory
2010-12-09 21:24 [gentoo-user] Kernel doesn't use all of the available memory Helmut Jarausch
2010-12-09 21:30 ` Michael Hampicke
@ 2010-12-10 15:47 ` Volker Armin Hemmann
2010-12-10 23:07 ` Neil Bothwick
2010-12-12 0:06 ` meino.cramer
2 siblings, 1 reply; 7+ messages in thread
From: Volker Armin Hemmann @ 2010-12-10 15:47 UTC (permalink / raw
To: gentoo-user
On Thursday 09 December 2010, Helmut Jarausch wrote:
> Hi,
>
> I see a strange effect which puzzles me.
> I have two AMD64 (~amd64) Systems. Both have 8Gb memory installed
> as reported by their BIOS as well as by lshw.
> One is a somewhat older Opteron, the other one a recent Phenom II.
> But the output of 'free -m' differs significantly
>
> On the Phenom II there a total of 7738 Mb
> but on the old Opteron there a total of 6477 Mb only.
>
> The 2.6.36 kernel is configured nearly identical (just a different SATA
> driver).
>
> Has anybody an idea where this comes from?
a) bios limitiation. Some bad bios implementations (even from expensive
vendors) map the pci space into the 3.5-4gb or 7.5-8gb area. Stupid.
b) onboard devices.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Kernel doesn't use all of the available memory
2010-12-10 15:47 ` Volker Armin Hemmann
@ 2010-12-10 23:07 ` Neil Bothwick
2010-12-11 23:25 ` Volker Armin Hemmann
0 siblings, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2010-12-10 23:07 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 400 bytes --]
On Fri, 10 Dec 2010 16:47:18 +0100, Volker Armin Hemmann wrote:
> a) bios limitiation. Some bad bios implementations (even from expensive
> vendors) map the pci space into the 3.5-4gb or 7.5-8gb area. Stupid.
Although you usually change the BIOS settings to not act broken just to
appease rubbish Windows drivers.
--
Neil Bothwick
If it's tourist season, why can't we shoot them?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Kernel doesn't use all of the available memory
2010-12-10 23:07 ` Neil Bothwick
@ 2010-12-11 23:25 ` Volker Armin Hemmann
2010-12-12 1:29 ` Neil Bothwick
0 siblings, 1 reply; 7+ messages in thread
From: Volker Armin Hemmann @ 2010-12-11 23:25 UTC (permalink / raw
To: gentoo-user
On Friday 10 December 2010 23:07:10 Neil Bothwick wrote:
> On Fri, 10 Dec 2010 16:47:18 +0100, Volker Armin Hemmann wrote:
> > a) bios limitiation. Some bad bios implementations (even from expensive
> > vendors) map the pci space into the 3.5-4gb or 7.5-8gb area. Stupid.
>
> Although you usually change the BIOS settings to not act broken just to
> appease rubbish Windows drivers.
if you have a bios that lets you change stuff like that.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Kernel doesn't use all of the available memory
2010-12-09 21:24 [gentoo-user] Kernel doesn't use all of the available memory Helmut Jarausch
2010-12-09 21:30 ` Michael Hampicke
2010-12-10 15:47 ` Volker Armin Hemmann
@ 2010-12-12 0:06 ` meino.cramer
2 siblings, 0 replies; 7+ messages in thread
From: meino.cramer @ 2010-12-12 0:06 UTC (permalink / raw
To: gentoo-user
Helmut Jarausch <jarausch@igpm.rwth-aachen.de> [10-12-10 01:09]:
> Hi,
>
> I see a strange effect which puzzles me.
> I have two AMD64 (~amd64) Systems. Both have 8Gb memory installed
> as reported by their BIOS as well as by lshw.
> One is a somewhat older Opteron, the other one a recent Phenom II.
> But the output of 'free -m' differs significantly
>
> On the Phenom II there a total of 7738 Mb
> but on the old Opteron there a total of 6477 Mb only.
>
> The 2.6.36 kernel is configured nearly identical (just a different SATA
> driver).
>
> Has anybody an idea where this comes from?
>
> Many thanks for a hint,
> Helmut.
>
(I dont know the exact core count of both processors...)
But may be additional cores of the Phenom II (x6?) will result
in more mem preallocated by the BIOS (may be without reason).
On my system (8GB,Phenom II X6 1090T, ASUS Crosshair IV Formula)
there are 8184216 kB in total.
So even the 7738 Mb seems to be lesser than possible.
Only a shot into the dark...
mcc
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Kernel doesn't use all of the available memory
2010-12-11 23:25 ` Volker Armin Hemmann
@ 2010-12-12 1:29 ` Neil Bothwick
0 siblings, 0 replies; 7+ messages in thread
From: Neil Bothwick @ 2010-12-12 1:29 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 466 bytes --]
On Sun, 12 Dec 2010 00:25:16 +0100, Volker Armin Hemmann wrote:
> > Although you usually change the BIOS settings to not act broken just
> > to appease rubbish Windows drivers.
>
> if you have a bios that lets you change stuff like that.
>
I meant to write "Although you CAN usually change the BIOS settings", so
yes, if your BIOS allows it (the ones I've tried do).
--
Neil Bothwick
Get your grubby hands off my tagline! I stole it first!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-12-12 1:31 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-09 21:24 [gentoo-user] Kernel doesn't use all of the available memory Helmut Jarausch
2010-12-09 21:30 ` Michael Hampicke
2010-12-10 15:47 ` Volker Armin Hemmann
2010-12-10 23:07 ` Neil Bothwick
2010-12-11 23:25 ` Volker Armin Hemmann
2010-12-12 1:29 ` Neil Bothwick
2010-12-12 0:06 ` meino.cramer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox