Andre Poenitz wrote: > On Fri, Oct 10, 2003 at 11:32:52AM +0000, Angus Leeming wrote: >> On Friday 10 October 2003 10:24 am, Andre Poenitz wrote: >> > On Fri, Oct 10, 2003 at 11:15:45AM +0000, Angus Leeming wrote: >> > > So, it knocks 1m20 of the link times for the two executables at >> > > the expense of 20% greater disk usage. size stats are >> > > unchanged. >> > >> > What are the RSS values during linking? >> RSS? > > The sixth column in top output. > > > RSS The total amount of physical memory used by the task, > in kilobytes, is shown here. For ELF processes used > library pages are counted here, for a.out processes > not. > > > I currently have there ~187M when linking the debug enable version > which is sort of ok as it barely scratches swap. It was unbearable > with 205M + we had earlier this year.
88M to link xforms, 11M to link qt. Total link times for both: real 1m3.707s user 0m14.250s sys 0m3.830s I have no idea why the real:user ratio has changed so much, but note that real-user remains constant at 50secs. user is down from 3m29... -- Angus