We get a new green light on buildbot

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

We get a new green light on buildbot

mrisaliti@libero.it
Hi dev,

I have done some changes to make working the creation of javadoc documentation
during buildbot (step 4) and now there are no more any warning and the step is
now green on buildbot.

On my local laptop everything is ok instead on the buildbot server I get some
OutOfMemory error:

java.lang.OutOfMemoryError: GC overhead limit exceeded
I could try to increase the parameter maxmemory of javadoc task (default-
javadoc in macros.xml) but it seems to me a problem related to the buildbot
server.

Anyone of you having some information about the buildbot server or how to
solve this issue ?

Thanks
Marco
Reply | Threaded
Open this post in threaded view
|

Re: We get a new green light on buildbot

Jacques Le Roux
Administrator
Why not try to increase maxmemory? 512 sounnds good to me

Jacques

From: <[hidden email]>

> Hi dev,
>
> I have done some changes to make working the creation of javadoc documentation
> during buildbot (step 4) and now there are no more any warning and the step is
> now green on buildbot.
>
> On my local laptop everything is ok instead on the buildbot server I get some
> OutOfMemory error:
>
> java.lang.OutOfMemoryError: GC overhead limit exceeded
> I could try to increase the parameter maxmemory of javadoc task (default-
> javadoc in macros.xml) but it seems to me a problem related to the buildbot
> server.
>
> Anyone of you having some information about the buildbot server or how to
> solve this issue ?
>
> Thanks
> Marco

Reply | Threaded
Open this post in threaded view
|

Re: We get a new green light on buildbot

mrisaliti@libero.it
In reply to this post by mrisaliti@libero.it
Thanks Jacques,

I have increase maxmemory to 512 and it seems is now working correctly on
buildbot server.

Marco
 

Il giorno 04/giu/2011, alle ore 14.16, Jacques Le Roux ha scritto:

Why not try to increase maxmemory? 512 sounnds good to me

Jacques

From: <[hidden email]>
Hi dev,
I have done some changes to make working the creation of javadoc documentation
during buildbot (step 4) and now there are no more any warning and the step is
now green on buildbot.
On my local laptop everything is ok instead on the buildbot server I get some
OutOfMemory error:
java.lang.OutOfMemoryError: GC overhead limit exceeded
I could try to increase the parameter maxmemory of javadoc task (default-
javadoc in macros.xml) but it seems to me a problem related to the buildbot
server.
Anyone of you having some information about the buildbot server or how to
solve this issue ?
Thanks
Marco