Re: Mercurial 0.3 vs git benchmarks

From: Ingo Molnar
Date: Wed Apr 27 2005 - 01:37:03 EST



* Andrew Morton <akpm@xxxxxxxx> wrote:

> Magnus Damm <magnus.damm@xxxxxxxxx> wrote:
> >
> > My primitive guess is that it was because
> > the ext3 journal became full.
>
> The default ext3 journal size is inappropriately small, btw. Normally
> you should manually make it 128M or so, rather than 32M. Unless you
> have a small amount of memory and/or a large number of filesystems, in
> which case there might be problems with pinned memory.
>
> Mounting as ext2 is a useful technique for determining whether the fs
> is getting in the way.

on ext3, when juggling patches and trees, the biggest performance boost
for me comes from adding noatime,nodiratime to the mount options in
/etc/fstab:

LABEL=/ / ext3 noatime,nodiratime,defaults 1 1

Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/