All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@zip.com.au>
To: Leigh Orf <orf@mailbag.com>
Cc: Ken Brownfield <brownfld@irridia.com>, linux-kernel@vger.kernel.org
Subject: Re: 2.4.16 memory badness (reproducible)
Date: Sat, 08 Dec 2001 11:41:22 -0800	[thread overview]
Message-ID: <3C126CE2.31726172@zip.com.au> (raw)
In-Reply-To: Your message of "Sat, 08 Dec 2001 09:56:20 CST." <20011208095620.C1179@asooo.flowerfire.com> <200112081854.fB8IsIr01485@orp.orf.cx>

Leigh Orf wrote:
> 
> Ken Brownfield wrote:
> 
> |   This parallels what I'm seeing -- perhaps inode/dentry cache
> |   bloat is causing the memory issue (which mimics if not _is_
> |   a memory leak) _and_ my kswapd thrashing?  It fits both the
> |   situation you report and what I'm seeing with I/O across a
> |   large number of files (inodes) -- updatedb, smb, NFS, etc.
> |
> |   I think Andrea was on to this issue, so I'm hoping his work
> |   will help.  Have you tried an -aa kernel or an aa patch onto
> |   a 2.4.17-pre4 to see how the kernel's behavior changes?
> |
> |   --
> |   Ken.
> |   brownfld@irridia.com
> 
> I get the exact same behavior with 2.4.17-pre4-aa1 - many applications
> abort with ENOMEM after updatedb (filling the buffer and cache). Is
> there another kernel/patch I should try?
> 

Just for interest's sake:

--- linux-2.4.17-pre6/mm/memory.c	Fri Dec  7 15:39:52 2001
+++ linux-akpm/mm/memory.c	Sat Dec  8 11:13:30 2001
@@ -1184,6 +1184,7 @@ static int do_anonymous_page(struct mm_s
 		flush_page_to_ram(page);
 		entry = pte_mkwrite(pte_mkdirty(mk_pte(page, vma->vm_page_prot)));
 		lru_cache_add(page);
+		activate_page(page);
 	}
 
 	set_pte(page_table, entry);

  reply	other threads:[~2001-12-08 19:42 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-08 15:39 2.4.16 memory badness (reproducible) Leigh Orf
2001-12-08 15:56 ` Ken Brownfield
2001-12-08 18:54   ` Leigh Orf
2001-12-08 19:41     ` Andrew Morton [this message]
2001-12-08 20:04       ` Leigh Orf
2001-12-08 21:42         ` Leigh Orf
2001-12-08 22:24           ` Leigh Orf
2001-12-11 19:07           ` Hugh Dickins
2001-12-11 20:04             ` Stephan von Krawczynski
2001-12-11 22:13             ` H. Peter Anvin
2001-12-11 22:59             ` Andrea Arcangeli
2001-12-12 14:51               ` Leigh Orf
2001-12-18 14:27               ` Holger Lubitz

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=3C126CE2.31726172@zip.com.au \
    --to=akpm@zip.com.au \
    --cc=brownfld@irridia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=orf@mailbag.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.