Mail Archives: djgpp/1997/05/25/06:41:12
On 23 May 1997, Esa A E Peuha wrote:
> I have an old 40MB hard disk attached to my Pentium motherboard. With
> this combination, it takes some 30 seconds to compile a "Hello world"
> program. (I have set up 3MB RAM disk and 4MB disk cache, as the FAQ tells.)
What happens if you invoke the same compilation once again immediately
after the first one exits? How much time does it take then? If it
isn't significantly faster (because files come from the disk cache,
i.e. from memory), then I'd say you have some configuration problem
that is unrelated to the disk. If it *is* much faster, make the disk
cache larger (like 8MB) even if you have to uninstall the RAM disk for
this, and make the cache be write-back.
- Raw text -