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
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
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
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