[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.01.1104242245090.18728@trent.utfs.org>
Date: Sun, 24 Apr 2011 22:51:17 -0700 (PDT)
From: Christian Kujau <lists@...dbynature.de>
To: Dave Chinner <david@...morbit.com>
cc: LKML <linux-kernel@...r.kernel.org>, xfs@....sgi.com
Subject: Re: 2.6.39-rc4+: oom-killer busy killing tasks
On Mon, 25 Apr 2011 at 09:46, Dave Chinner wrote:
> I'd say they are not being reclaimmmed because the VFS hasn't let go
> of them yet. Can you also dump /proc/sys/fs/{dentry,inode}-state so
> we can see if the VFS has released the inodes such that they can be
> reclaimed by XFS?
Will do that.
> BTW, what are your mount options? If it is the problem I suspect it
> is, then using noatime with stop it from occurring....
# grep xfs /proc/mounts
/dev/mapper/wdc1 /mnt/backup xfs rw,nosuid,nodev,noexec,relatime,attr2,delaylog,noquota 0 0
/dev/mapper/wdc1 /data xfs ro,relatime,attr2,delaylog,noquota 0 0
The "/dev/mapper/wdc1" is a dm-crypt device on a ~1TB external disk
(via FireWire). The 2nd line in the output above is a bind-mount from
somewhere below "/mnt/backup".
I'm currently trying to reproduce the problem again and see if the
{dentry,inode}-state output reveals any more information. After that, I'll
try with noatime.
Thanks,
Christian.
--
BOFH excuse #115:
your keyboard's space bar is generating spurious keycodes.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists