Re: build javadocs bug and out-of-memory

2003-01-21 Thread SAXESS - Hussayn Dabbous
Did you try this trick? : Set JAVA_OPTS environment var as follows: JAVA_OPTS=-Xms100m -Xmx500m then restart your java program or drop these args directly on the java commandline: java -Xms100m -Xmx500m ... regards, hussayn Gernot Koller wrote: Hi! Having 512Mb RAM in my box, build still

Re: build javadocs bug and out-of-memory

2003-01-21 Thread Gernot Koller
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

Re: build javadocs bug and out-of-memory

2002-12-23 Thread Nicola Ken Barozzi
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 An

build javadocs bug and out-of-memory

2002-12-23 Thread David Crossley
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 rather than . This now