[Biojava-l] Javadocs out of memory?
   
    David Huen
     
    smh1008@cus.cam.ac.uk
       
    Sun, 10 Mar 2002 20:22:34 +0000 (GMT)
    
    
  
On Mon, 11 Mar 2002, Schreiber, Mark wrote:
> Hi -
> 
> When I run the command ant javadocs it tells me I am out of memory see
> below, how can I fix this?
> 
I notice in build.xml for the javadoc target:-
  <target name="javadocs" depends="init,prepare-src">
    <mkdir dir="${build.javadocs}" />
    <javadoc
      packagenames="${packages}"
      sourcepath="${build.src.main}"
      classpath="${classpath}"
      destdir="${build.javadocs}"
      author="true"
      version="true"
      use="true"
      windowtitle="${name} API"
      doctitle="${name}"
      maxmemory="64m"
    >
Might it be the maxmemory attribute?
Then again, does your machine have a miniscule amount of memory to begin
with (unlikely but just in case)?
Regards,
David Huen