You can (hopefully) resolve that one by increasing the JVM memory
allocation. Set MAVEN_OPTS to something like -Xmx512m. That works for
me, but given that you already say yours is a large project, maybe even
that is too little...

Nick

> -----Original Message-----
> From: Nicolas De Loof [mailto:[EMAIL PROTECTED] 
> Sent: 04 December 2003 14:09
> To: Maven Users List
> Subject: Re: maven site : "Too many open files"
> 
> 
> That works !
> 
> I just had to disable linkcheck because I got OutOfMemory.
> 
> thanks.
> 
> Nico.
> 
> 
> 
> > Nicolas De Loof wrote:
> > > I get troubles generating doc-site in a (big) webapp : 
> > > 
> > > I get lot's of 
> > > 
> > > "Caught java.io.IOException: Too many open files 
> processing xref/com...."
> > 
> > Move the jxr plugin to the top of the <reports> section in your 
> > project.xml.  It worked for our 4500+ java file project.
> > (and we are using Maven 1.0-rc1 on a solaris system)
> > 
> > It's not 100% jxr's fault, nearly all of the plugin's appear to leak
> > file descriptors (according to solaris truss).  jxr is just 
> > particullarly agressive with them.
> > 
> > /* Joakim Erdfelt - Cingular Wireless */
> > 
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to