GCC Mem Usage

Stephen Kennedy steve@maths.tcd.ie
Tue Jan 4 05:55:00 GMT 2000


>While compiling a large project with gcc,
>I notice that even though I have almost 1GB
>of free memory, during the link phase,
>gcc uses ~300MB of physical mem and ~200MB
>of virtual. Any ideas on why it is using
>virtual memory when there is a load of physical
>left?


try gcc -pipe or g++ -pipe which uses pipes
instead of temp files.

steve





More information about the Gcc-help mailing list