Maven OPTS set to (for WIn Sun SDK):

env={'MAVEN_OPTS': '-Xmx1024m -Xss4096k -XX:ReservedCodeCacheSize=64m
-XX:PermSize=64m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=C:\slave4\openejb-trunk-win\dumps'}

On Thu, Jan 12, 2012 at 9:04 PM, David Blevins <[email protected]> wrote:
>
> On Jan 12, 2012, at 2:49 AM, AndyG wrote:
>
>> Had a similar fix in the pipes here, was just not quick enough on the
>> check-in. However, just for info, I have had to bump up a few build
>> environment options on Windows to get a full build to complete:
>>
>> set MAVEN_OPTS=-Xmx768m -XX:MaxPermSize=256M -XX:ReservedCodeCacheSize=64m
>> -Xss4096k
>>
>>
>> The stack size option -Xss4096k is probably overkill, but he default of
>> 1024k is just not enough to recurs through the file system for some of the
>> assembly items - The issue being a StackOverflow Exception thrown by the
>> runtime because it hits the limit.
>
> Excellent.  Any committer can update the buildbot config, so feel free to 
> throw that in.
>
> Just check out this directory:
>
>  https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects
>
> And edit the openejb.conf file.  It's the "openejb-trunk-win-sunjdk" section.
>
>
> -David
>

Reply via email to