[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0802062233090.22295@blonde.site>
Date: Wed, 6 Feb 2008 22:40:50 +0000 (GMT)
From: Hugh Dickins <hugh@...itas.com>
To: "H. Peter Anvin" <hpa@...or.com>
cc: Tomasz Chmielewski <mangoo@...g.org>,
LKML <linux-kernel@...r.kernel.org>,
Mika Lawando <rzryyvzy@...shmail.net>
Subject: Re: What is the limit size of tmpfs /dev/shm ?
On Wed, 6 Feb 2008, H. Peter Anvin wrote:
>
> The specific application was this:
>
> - extract a kernel tarball
> - "make distclean"
> - cp -al the resulting tree
> - apply a patch to each tree
> - do a diff between the trees
> - delete all files
>
> ... repeat something like 20,000 times.
Right, thanks.
Certainly extracting a tarball can be a surprising challenge
for some filesystems.
And you remind me that of course, to the extent that a load is
about metadata (lots of creates for example), tmpfs can hardly
lose since its metadata never goes out to swap. But there is
plenty of data in your test above.
Hugh
--
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