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. Fo

Re: [webkit-dev] Problem In Compiling Webkit in Debug mode : failed to set dynamic section sizes: Memory exhausted

2012-03-23 Thread Zeno Albisser
Hi Sanjeet, I can confirm that the memory is most likely the problem. Especially WebKit/WebCore is growing steadily, whenever code is being added. And with WebCore we (Qt) had the problem on mac of crossing the 4GB boundary just a few days ago. So it is very likely that other ports will experience

Re: [webkit-dev] Problem In Compiling Webkit in Debug mode : failed to set dynamic section sizes: Memory exhausted

2012-03-23 Thread Zeno Albisser
On Fri, Mar 23, 2012 at 11:14 AM, John Yani wrote: > > This even affects 64bit systems with 12GB of ram. :-| > > So you're saying that you've tried to build webkit on 64bit system > with 12GiB of RAM and failed? How much memory is used when build is > not running? > Yes, this is a bug or undocum

Re: [webkit-dev] distributed build for WebKit on Mac OS 10.8

2013-01-21 Thread Zeno Albisser
Hi, On Mon, Jan 21, 2013 at 5:53 PM, Alexis Menard wrote: > On Mon, Jan 21, 2013 at 1:41 PM, Mihai Maerean wrote: > > How can the build of WebKit be distributed on all the Macs in the LAN to > > fully utilize the computing power? > > > > https://github.com/icecc/icecream > > I've been experime

[webkit-dev] NetworkProcess / NetworkThread in the UIProcess

2013-02-12 Thread Zeno Albisser
Hi, I have been looking into the NetworkProcess code that has recently been added to WebKit2. For Qt we are considering moving all the networking into a separate thread within the UIProcess. Do you guys think that the NetworkProcess code could be designed in a way to allow running in a separate t

Re: [webkit-dev] NetworkProcess / NetworkThread in the UIProcess

2013-02-12 Thread Zeno Albisser
On Tue, Feb 12, 2013 at 5:01 PM, Balazs Kelemen wrote: > > You also need IPC because the NetworkProcess serves the needs of the web > process. Could you describe why a network thread in the UI process fit your > needs bettter? Is it to support API's related to networking or does it have > other a

Re: [webkit-dev] PSA: run-webkit-tests now generates pixel results in retry

2013-03-24 Thread Zeno Albisser
As far as I am informed we (Qt) are not running tests on EWS, due to limited resources. Therefore you would still not be able to receive the -expected.png files before landing your patch. But just right afterwards with the first bot failing. May be we need to consider changing our Qt-EWS? - Zeno

Re: [webkit-dev] Changes in QtWebKit development

2013-09-13 Thread Zeno Albisser
hrough our own gerrit. For the builds we have actively people working on, we remain working upstream. - Zeno -- Zeno Albisser Senior Software Engineer - Digia, Qt Visit us on: http://qt.digia.com ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev