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 ? Regards Felix [1] http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp > > >> Regards >> Felix >> >>> Regards, >>> >>> Clement >>> >>> >>> On 21.08.2009, at 08:16, Felix Meschberger wrote: >>> >>>> Hi, >>>> >>>> It looks like the ant task included in the latest configadmin pom fails >>>> to resolve the maven property. Will look into this. >>>> >>>> Regards >>>> Felix >>>> >>>> Atlassian Open Source Bamboo schrieb: >>>>> FELIX-DEF-2241 >>>>> <http://opensource.bamboo.atlassian.com/browse/FELIX-DEF-2241/> >> failed. >>>>> Code has been updated by dsavage >>>>> <http://opensource.bamboo.atlassian.com/browse/author/dsavage>. >>>>> No failed tests found, a possible compilation error. >>>>> >>>>> >>>>> Code Changes >>>>> <http://opensource.bamboo.atlassian.com/browse/FELIX-DEF-2241/commit> >>>>> See full change details >>>>> <http://opensource.bamboo.atlassian.com/browse/FELIX-DEF-2241/commit> >>>>> >>>>> dsavage >>>>> <http://opensource.bamboo.atlassian.com/browse/author/dsavage> >>>>> add skeleton launcher for osgi runtimes >>>>> >>>>> dsavage >>>>> <http://opensource.bamboo.atlassian.com/browse/author/dsavage> >>>>> add common/eclipse runtime to plugins dir >>>>> >>>>> >>>>> >>>>> Error Summary >>>>> <http://opensource.bamboo.atlassian.com/browse/FELIX-DEF-2241/log> >>>>> See >>>>> full build log >>>>> <http://opensource.bamboo.atlassian.com/browse/FELIX-DEF-2241/log> >>>>> >>>>> [INFO] >>>>> >> ------------------------------------------------------------------------ >>>>> [ERROR] BUILD ERROR >>>>> [INFO] >>>>> >> ------------------------------------------------------------------------ >>>>> [INFO] An Ant BuildException has occured: Warning: Could not find file >>>>> /opt/j2ee/domains/ >> bamboo.atlassian.com/opensource/home/xml-data/build-dir/FELIX-DEF/configadmin/${pom.build.directory}/org.apache.felix.configadmin-1.2.1-SNAPSHOT.jar<http://bamboo.atlassian.com/opensource/home/xml-data/build-dir/FELIX-DEF/configadmin/$%7Bpom.build.directory%7D/org.apache.felix.configadmin-1.2.1-SNAPSHOT.jar> >>>>> to copy. >>>>> >>>>> [INFO] >>>>> >> ------------------------------------------------------------------------ >>>>> [INFO] For more information, run Maven with the -e switch >>>>> >>>>> >>>>> Email generated by Atlassian Bamboo >>>>> <http://opensource.bamboo.atlassian.com> - if you wish to stop >> receiving >>>>> these emails edit your user profile >>>>> < >> http://opensource.bamboo.atlassian.com/profile/userNotifications.action> >>>>> or notify your administrator >>>>> <http://opensource.bamboo.atlassian.com/viewAdministrators.action> >>>>> Want this information in your IDE? >>>>> <http://www.atlassian.com/software/ideconnector/> >>>>> >>>>> >>>>> Actions >>>>> >>>>> View Online >>>>> <http://opensource.bamboo.atlassian.com/browse/FELIX-DEF-2241/> >>>>> Add Comments >>>>> <http://opensource.bamboo.atlassian.com/browse/FELIX-DEF-2241/comment> >>>>> View Artifacts >>>>> <http://opensource.bamboo.atlassian.com/browse/FELIX-DEF-2241/artifact >>>>> Download Logs >>>>> < >> http://opensource.bamboo.atlassian.com/download/FELIX-DEF/build_logs/FELIX-DEF-2241.log >>>>> >>>>> >>> > > >
