Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2004:
[Freeciv-Dev] (PR#7418) memory usage for compiling
Home

[Freeciv-Dev] (PR#7418) memory usage for compiling

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#7418) memory usage for compiling
From: "ue80@xxxxxxxxxxxxxxxxxxxxx" <ue80@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 12 Feb 2004 12:42:59 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=7418 >

Hi,

I think that compiling freeciv needs to much memory ...

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND           
 5633 freeciv   18   0  107m 101m 7344 D 22.7 20.1   0:16.92 cc1       

if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I./aicore    -g -O2 -Wall
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations
-MT packets_gen.o -MD -MP -MF ".deps/packets_gen.Tpo" \
  -c -o packets_gen.o `test -f 'packets_gen.c' || echo
'./'`packets_gen.c; \
then mv -f ".deps/packets_gen.Tpo" ".deps/packets_gen.Po"; \
else rm -f ".deps/packets_gen.Tpo"; exit 1; \
fi

I think 100 MB memory is more than to much for me to compile freeciv.

For S1_14 the maximum which was shown from top (ok top isn't allways
right) is:
  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND           
 6423 freeciv   25   0 29760  25m 6848 R 60.7  5.0   0:01.84 cc1               

Is there a possibility to reduce the memory is needed?

Thomas
-- 
Thomas Strub  ***  eMail ue80@xxxxxxxxxxxxxxxxxxxxx
jb: people are stupid, they don't want to learn.




[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#7418) memory usage for compiling, ue80@xxxxxxxxxxxxxxxxxxxxx <=