Hi!

Having 512Mb RAM in my box, build still fails with OutofMemoryException while doing 
the java-doc target.
Any hints what I can do ?

thx,

Gernot.


24-Dec-02 08:40:16, Nicola Ken Barozzi <[EMAIL PROTECTED]> wrote:

>
>
>David Crossley wrote:
>> The 'build javadocs' was failing for me with out-of memory
>> and this is a reasonably hefty desktop (256 Mb RAM)
>> JVM: Linux Blackdown-1.3.1_02b-FCS
>> 
>> I found what the problem was. The 2.1-dev build has changed
>> recently to gather the java source from various locations,
>> using Ant <fileset> rather than <sourcepath>. This now feeds
>> javadoc with *.java files rather than just telling javadoc
>> the path and letting it gather the files. It seems to just
>> consume more and more memory, and then fall over.
>
>It was done to gather the javadocs of the blocks.
>And as a fix to the memor problem, it was said to use a temporary file 
>for persistence.
>
>> So i just made an experimental commit to the build.xml
>> using <sourcepath> instead - this seems to fix it.
>> Would others please try it out.
>
>Does it do blocks too?
>
>Probably the best thing would be to do the core javadocs first, and then 
>javadocs for each block that reference the main ones, or something like 
>that.
>
>-- 
>Nicola Ken Barozzi                   [EMAIL PROTECTED]
>             - verba volant, scripta manent -
>    (discussions get forgotten, just code remains)
>---------------------------------------------------------------------
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, email: [EMAIL PROTECTED]
>
>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to