Re: memory management and the status of

Vladimir Dergachev (vladimid@blue.seas.upenn.edu)
Tue, 8 Sep 1998 16:15:39 -0400 (EDT)


> The idea was to reduce or even (gasp!) eliminate head thrashing while
> doing parallel makes. It worked, but it's only worth it of the source
> files are large (mine were multi-megabyte images). So probably not
> worth it for the kernel makefiles.
>
It also depends on processor speed and amount of ram. On my computer
(K6-233, 64megs) most of the time is spent in the cpu and there is not
much disk activity.

The thing I am trying to do now is to copy with X love for a lot of small
configuration files. Preloading them in the order they are on disk would
make things much faster.

Vladimir Dergachev

> -- Jamie
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.rutgers.edu
> Please read the FAQ at http://www.tux.org/lkml/faq.html
>

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