public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC Mem Usage
@ 2000-01-02 14:00 sean powers
  2000-01-04  5:55 ` Stephen Kennedy
  2000-04-01  0:00 ` sean powers
  0 siblings, 2 replies; 4+ messages in thread
From: sean powers @ 2000-01-02 14:00 UTC (permalink / raw)
  To: help-gcc

Hi:

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?  

Any and all ideas would be appreciated.

Thanks,

Sean



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GCC Mem Usage
  2000-01-02 14:00 GCC Mem Usage sean powers
@ 2000-01-04  5:55 ` Stephen Kennedy
  2000-04-01  0:00   ` Stephen Kennedy
  2000-04-01  0:00 ` sean powers
  1 sibling, 1 reply; 4+ messages in thread
From: Stephen Kennedy @ 2000-01-04  5:55 UTC (permalink / raw)
  To: help-gcc

>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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* GCC Mem Usage
  2000-01-02 14:00 GCC Mem Usage sean powers
  2000-01-04  5:55 ` Stephen Kennedy
@ 2000-04-01  0:00 ` sean powers
  1 sibling, 0 replies; 4+ messages in thread
From: sean powers @ 2000-04-01  0:00 UTC (permalink / raw)
  To: help-gcc

Hi:

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?  

Any and all ideas would be appreciated.

Thanks,

Sean



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GCC Mem Usage
  2000-01-04  5:55 ` Stephen Kennedy
@ 2000-04-01  0:00   ` Stephen Kennedy
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Kennedy @ 2000-04-01  0:00 UTC (permalink / raw)
  To: help-gcc

>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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-04-01  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-02 14:00 GCC Mem Usage sean powers
2000-01-04  5:55 ` Stephen Kennedy
2000-04-01  0:00   ` Stephen Kennedy
2000-04-01  0:00 ` sean powers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).