Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs=-j1 taking up to 80% of memory

2012-01-05 Thread Soo-Hyun Choi
Sachin, On Thu, Jan 5, 2012 at 15:18, sachin nikam skni...@gmail.com wrote: i am running ubuntu 11.10 64 bit. I was able to eventually build with --makeargs=-j1. I will try increase the swap space and see if it helps. WebKit Debug build over Ubuntu 64bit machines should've been fine without

Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs=-j1 taking up to 80% of memory

2012-01-04 Thread John Yani
On Mon, 2011-12-26 at 21:45 -0800, sachin nikam wrote: I synced up the latest webkit code base and am trying to build webkit gtk on ubuntu 11.10 with 4gb of RAM and 4 CPUs I tried with --makeargs=-j2 but still got ld process terminated signal[9] error ?which indicates that it ran out of

Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs=-j1 taking up to 80% of memory

2012-01-04 Thread sachin nikam
i am running ubuntu 11.10 64 bit. I was able to eventually build with --makeargs=-j1. I will try increase the swap space and see if it helps. Regards Sachin On Wed, Jan 4, 2012 at 3:55 AM, John Yani van...@gmail.com wrote: On Mon, 2011-12-26 at 21:45 -0800, sachin nikam wrote: I synced up the

Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs=-j1 taking up to 80% of memory

2012-01-03 Thread Nikolas Zimmermann
Am 03.01.2012 um 04:20 schrieb Soo-Hyun Choi: Philippe, On Mon, Jan 2, 2012 at 19:40, Philippe Normand ph...@igalia.com wrote: On Mon, 2011-12-26 at 21:45 -0800, sachin nikam wrote: I synced up the latest webkit code base and am trying to build webkit gtk on ubuntu 11.10 with 4gb of RAM

Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs=-j1 taking up to 80% of memory

2012-01-03 Thread Soo-Hyun Choi
Niko, On Tue, Jan 3, 2012 at 17:21, Nikolas Zimmermann zimmerm...@physik.rwth-aachen.de wrote: Just a side note: I'm building 32bit release builds on my 32bit MBP from 2006 with a set of specific xcode hack that I'm maintaining locally: Add all {Editing|Render|DOM}AllInOne.cpp files to build,

Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs=-j1 taking up to 80% of memory

2012-01-02 Thread Osztrogonac Csaba
Hi All, 32 bit debug build is impossible long time ago, because linker runs out of 4Gb address space. Maybe cross compiling on a 64 bit machine can solve this problem. Is there anyone interested in 32 bit build? br, Ossy Zeno Albisser írta: Hi Sachin, We had the same/a similar problem with

Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs=-j1 taking up to 80% of memory

2012-01-02 Thread Soo-Hyun Choi
Philippe, On Mon, Jan 2, 2012 at 19:40, Philippe Normand ph...@igalia.com wrote: On Mon, 2011-12-26 at 21:45 -0800, sachin nikam wrote: I synced up the latest webkit code base and am trying to build webkit gtk on ubuntu 11.10 with 4gb of RAM and 4 CPUs I tried with --makeargs=-j2 but still

Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs=-j1 taking up to 80% of memory

2011-12-27 Thread Zeno Albisser
Hi Sachin, We had the same/a similar problem with QtWebKit. Ranlib ran out of memory on a 32bit system when building debug, because the library got bigger than 4GB. I dont think there is a proper solution for this problem. The only thing that would help would be to reduce the size of WebCore.