I get OutOfMemory when generating javadoc:
 
[javadoc] Constructing Javadoc information...
[javadoc] javadoc: java.lang.OutOfMemoryError: Please increase memory.
[javadoc] For example, on the Sun Classic or HotSpot VMs, add the option
-J-Xmx
[javadoc] such as -J-Xmx32m.
1 error

I tried to increase the memory for java by setting the JAVACMD:
setenv JAVACMD "java -Xmx512m"
but I still receive the same error. 
 
How do I increase the memory for javadoc? 
Doesn't javadoc uses java to generate the documents?
 
Regards,
/Patrik

Reply via email to