2009/8/21 Felix Meschberger <[email protected]> > Hi, > > Stuart McCulloch schrieb: > > 2009/8/21 Felix Meschberger <[email protected]> > > > >> Hi, > >> > >> Clement Escoffier schrieb: > >>> Hi, > >>> > >>> > >>> Not directly about the current issue, but on Bamboo. > >>> We encountered several issue with our continuous build system the last > >>> weeks. I got a PermGen error, we got stucked for one week... If > somebody > >>> has ideas to deal with such issues, it would be great. Especially, the > >>> perm gen issue may be critical. > >> Can the Java VM for building be set up to provide more PermGen space -- > >> like for example the XX:MaxPermSize option for the Sun VM ? > >> > > > > yes, we can set MAVEN_OPTS in bamboo - any suggestions for the > > -XX:MaxPermSize value? > > I think the default depends on whether the server or client VM is run. > See [1]. I would suggest something like 128MB. WDYT ? >
sounds reasonable, I've added this to the bamboo config - we can bump it up as necessary > Regards > Felix > > [1] http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp > > -- Cheers, Stuart
