Re: /tmp in swap space

Larry McVoy (lmcvoy@dnai.com)
Sat, 23 May 1998 22:05:18 -0600


: various applications. I remember doing Emacs compiles on a lightly loaded
: SPARC-20 (bi-processor) with 128MB:
:
: > mkdir /tmp/emacs; cd /tmp/emacs; ~/src/emacs-19.34.91/configure
:
: doing it this way was substantially faster and yet, it doesn't seem to be heavy
: metadata-wise.

I think you missed the discussion of TMPFS vs UFS performance. Creates in
TMPFS are going to be orders of magnitude faster than in UFS. The same is
not true for EXT2FS. All the benchmarks show that there is little or no
difference; in fact, at this point, on similar hardware, I would guess that
EXT2FS is actually faster than TMPFS - Sun's code is a bit heavyweight.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu