public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: William Lee Irwin III <wli@holomorphy.com>
To: linux-kernel <linux-kernel@vger.kernel.org>
Cc: mingo@elte.hu, ak@muc.de, jamesclv@us.ibm.com,
	torvalds@transmeta.com, marcelo@conectiva.com.br
Subject: Re: [PATCH] MAX_MP_BUSSES increase
Date: Fri, 21 Dec 2001 03:57:30 -0800	[thread overview]
Message-ID: <20011221035730.A710@holomorphy.com> (raw)
In-Reply-To: <200112210419.fBL4Jfq08533@butler1.beaverton.ibm.com> <Pine.LNX.4.33.0112211131130.2269-100000@localhost.localdomain>
In-Reply-To: <Pine.LNX.4.33.0112211131130.2269-100000@localhost.localdomain>; from mingo@elte.hu on Fri, Dec 21, 2001 at 11:42:40AM +0100

On Fri, Dec 21, 2001 at 11:42:40AM +0100, Ingo Molnar wrote:
> William, could you please give us the amount of RAM saved on your box,
> with and without your tree-structure patch applied?

Please refer to my other messages regarding the true purposes of the
tree-based bootmem and so on.

Given that it's one architecture, a single very small machine, and one
kernel version, this is perhaps not as scientific as I'd like it to be,
but my personal computer (i386) at home shows the following results for
2.4.17-rc2 and my local patch set (plus or minus bootmem).


2.4.17-rc2-wli-bootmem:
Memory: 769332k/786368k available
	(1389k kernel code, 16648k reserved, 1019k data, 224k init, 0k highmem)

2.4.17-rc2-wli:
Memory: 769340k/786368k available
	(1389k kernel code, 16640k reserved, 1019k data, 216k init, 0k highmem)

After freeing init, the total memory is identical, not my expected 8KB:

--- bootmem.meminfo	Fri Dec 21 03:33:44 2001
+++ nobootmem.meminfo	Fri Dec 21 03:30:53 2001
@@ -1,18 +1,18 @@
         total:    used:    free:  shared: buffers:  cached:
-Mem:  788025344 78618624 709406720        0  5652480 33247232
+Mem:  788025344 87261184 700764160        0 12656640 34500608
 Swap: 518152192        0 518152192
 MemTotal:       769556 kB
-MemFree:        692780 kB
+MemFree:        684340 kB
 MemShared:           0 kB
-Buffers:          5520 kB
-Cached:          32468 kB
+Buffers:         12360 kB
+Cached:          33692 kB
 SwapCached:          0 kB
-Active:          53784 kB
-Inact_dirty:     4748 kB
+Active:          61728 kB
+Inact_dirty:     4876 kB
 Inact_clean:        0 kB
 HighTotal:           0 kB
 HighFree:            0 kB
 LowTotal:       769556 kB
-LowFree:        692780 kB
+LowFree:        684340 kB
 SwapTotal:      506008 kB
 SwapFree:       506008 kB


Cheers,
Bill

  parent reply	other threads:[~2001-12-21 11:57 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200112210419.fBL4Jfq08533@butler1.beaverton.ibm.com>
     [not found] ` <Pine.LNX.4.33.0112211131130.2269-100000@localhost.localdomain>
2001-12-21 10:01   ` aspects of bootmem design (was: Re: [PATCH] MAX_MP_BUSSES increase) William Lee Irwin III
2001-12-21 11:57   ` William Lee Irwin III [this message]
2001-12-20  4:28 [PATCH] MAX_MP_BUSSES increase James Cleverdon
2001-12-20  5:55 ` Linus Torvalds
2001-12-20 13:07   ` Ingo Molnar
2001-12-20 17:03     ` Andi Kleen
2001-12-20 22:29       ` James Cleverdon
2001-12-20 22:56         ` Andi Kleen
     [not found]           ` <Pine.LNX.4.33.0112211113570.2196-100000@localhost.localdomain>
2001-12-21  9:14             ` William Lee Irwin III
2001-12-26 15:43 ` Marcelo Tosatti
2002-01-08  9:14   ` James Cleverdon
2002-01-08  9:41     ` Martin J. Bligh
2002-01-18 21:21       ` James Cleverdon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011221035730.A710@holomorphy.com \
    --to=wli@holomorphy.com \
    --cc=ak@muc.de \
    --cc=jamesclv@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    --cc=mingo@elte.hu \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox