All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wu Fengguang <fengguang.wu@intel.com>
To: Lukas Hejtmanek <xhejtman@ics.muni.cz>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Bill Davidsen <davidsen@tmr.com>
Subject: Re: 2.6.28-rc8 big regression in VM
Date: Wed, 17 Dec 2008 20:27:26 +0800	[thread overview]
Message-ID: <20081217122726.GA21356@localhost> (raw)
In-Reply-To: <20081216195219.GA4480@ics.muni.cz>

On Tue, Dec 16, 2008 at 09:52:19PM +0200, Lukas Hejtmanek wrote:
> On Tue, Dec 16, 2008 at 12:59:38PM +0800, Wu Fengguang wrote:
> > > > modprobe filecache
> > > > free; cp /proc/filecache /tmp/a;
> > > > echo 3 > /proc/sys/vm/drop_caches
> > > > free; cp /proc/filecache /tmp/b;
> > > > 
> > > > and send me the outputs a and b?
> > > 
> > > unfortunately, it causes an oops (0000 [#1] SMP) in d_path + 0x31/0x110, code
> > > 48 85 c0 74 2f <48> 8b 40 30 48
> > > rax = 0x100000001
> > > 
> > > (it does not save the oops into any log, thus I only wrote down possibly most
> > > important clues)
> > 
> > Sorry I made a silly mistake while rebasing the patch to 2.6.28.
> > The attached patch works OK here.
> 
> so, here are the files.

Thank you.

It looks like most of cached pages were successfully freed:

        247788 => 69856 pages

To get more concrete numbers, could you send more info by running the
following commands?

cp /proc/meminfo meminfo-1
cp /proc/vmstat vmstat-1
sync
echo 3 > /proc/sys/vm/drop_caches
cp /proc/meminfo meminfo-2
cp /proc/vmstat vmstat-2

Thanks,
Fengguang

  parent reply	other threads:[~2008-12-17 12:28 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-12 18:38 2.6.28-rc8 big regression in VM Lukas Hejtmanek
2008-12-13  1:21 ` Wu Fengguang
2008-12-13  9:58   ` Lukas Hejtmanek
2008-12-13 14:02     ` Wu Fengguang
2008-12-16 21:08       ` Bill Davidsen
2008-12-15  1:16     ` Wu Fengguang
2008-12-15  2:05       ` KOSAKI Motohiro
2008-12-15  2:05         ` KOSAKI Motohiro
2008-12-15  9:53         ` Lukas Hejtmanek
2008-12-15  9:53           ` Lukas Hejtmanek
2008-12-15 10:56           ` KOSAKI Motohiro
2008-12-15 10:56             ` KOSAKI Motohiro
2008-12-15  9:44       ` Lukas Hejtmanek
2008-12-16  4:59         ` Wu Fengguang
     [not found]           ` <20081216195219.GA4480@ics.muni.cz>
2008-12-17 12:27             ` Wu Fengguang [this message]
2008-12-17 12:33               ` Lukas Hejtmanek
2008-12-17 12:44                 ` Wu Fengguang
2008-12-17 12:49                   ` Lukas Hejtmanek
2008-12-17 13:02                     ` Wu Fengguang
2008-12-25 10:50                     ` Wu Fengguang
2008-12-25 10:58                       ` Lukas Hejtmanek
2008-12-25 11:18                         ` Wu Fengguang

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=20081217122726.GA21356@localhost \
    --to=fengguang.wu@intel.com \
    --cc=davidsen@tmr.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=xhejtman@ics.muni.cz \
    /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.