You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Frank Verbruggen (JIRA)" <ji...@codehaus.org> on 2005/03/18 16:40:45 UTC

[jira] Created: (MPXDOC-137) Memory requirement for XDoc:transform is too HUGE

Memory requirement for XDoc:transform is too HUGE
-------------------------------------------------

         Key: MPXDOC-137
         URL: http://jira.codehaus.org/browse/MPXDOC-137
     Project: maven-xdoc-plugin
        Type: Improvement
    Versions: 1.8    
 Environment: Windows and Unix and Linux
    Reporter: Frank Verbruggen
 Assigned to: Arnaud HERITIER 


We have a huge project.
When we run checkstyle for this project, we get an XML file with 144k checkstyle errors.
When we now run XDoc:transform on the generated XML, first the memory requirement booms (taking 630m)
and then the Virtual machine seems to halt.
In the entirety of the project (this project is only 1 of the 8 subprojects for the entire project)
this project MUST be compiled, and a checkstyle report MUST be generated.

I am wondering, can a fix help me for using less memory when using XDoc:transform,
because on other projects on which I have advised the usage of maven,
the memory requirement also boomed (to a staggering 550m, for only 12k coding errors)

Note, reformatting the files is not really an option because of two reasons,
one, we dont control the source, we only compile it and generate reports.
Two, we probably cannot convince the coders to recode their CheckStyle mistakes,
because there are so many (Note, the code is scrambled in about 115 source files)

Thanx in advance

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [jira] Created: (MPXDOC-137) Memory requirement for XDoc:transform is too HUGE

Posted by Vincent Siveton <vi...@gmail.com>.
Did you try to set this variable?
MAVEN_OPTS=-Xms512m -Xmx1024m

On Fri, 18 Mar 2005 10:40:45 -0500 (EST), Frank Verbruggen (JIRA)
<ji...@codehaus.org> wrote:
> Memory requirement for XDoc:transform is too HUGE
> -------------------------------------------------
> 
>         Key: MPXDOC-137
>         URL: http://jira.codehaus.org/browse/MPXDOC-137
>     Project: maven-xdoc-plugin
>        Type: Improvement
>    Versions: 1.8
> Environment: Windows and Unix and Linux
>    Reporter: Frank Verbruggen
> Assigned to: Arnaud HERITIER
> 
> We have a huge project.
> When we run checkstyle for this project, we get an XML file with 144k checkstyle errors.
> When we now run XDoc:transform on the generated XML, first the memory requirement booms (taking 630m)
> and then the Virtual machine seems to halt.
> In the entirety of the project (this project is only 1 of the 8 subprojects for the entire project)
> this project MUST be compiled, and a checkstyle report MUST be generated.
> 
> I am wondering, can a fix help me for using less memory when using XDoc:transform,
> because on other projects on which I have advised the usage of maven,
> the memory requirement also boomed (to a staggering 550m, for only 12k coding errors)
> 
> Note, reformatting the files is not really an option because of two reasons,
> one, we dont control the source, we only compile it and generate reports.
> Two, we probably cannot convince the coders to recode their CheckStyle mistakes,
> because there are so many (Note, the code is scrambled in about 115 source files)
> 
> Thanx in advance
> 
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators:
>   http://jira.codehaus.org/secure/Administrators.jspa
> -
> If you want more information on JIRA, or have a bug to report see:
>   http://www.atlassian.com/software/jira
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPXDOC-137) Memory requirement for XDoc:transform is too HUGE

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPXDOC-137?page=history ]
     
Brett Porter closed MPXDOC-137:
-------------------------------

    Resolution: Won't Fix

this is improved in Maven 1.1, but on the current technology won't get any better than that.

If you have 144,000 checkstyle errors, the report is useless. Turn it off.

> Memory requirement for XDoc:transform is too HUGE
> -------------------------------------------------
>
>          Key: MPXDOC-137
>          URL: http://jira.codehaus.org/browse/MPXDOC-137
>      Project: maven-xdoc-plugin
>         Type: Improvement
>     Versions: 1.8
>  Environment: Windows and Unix and Linux
>     Reporter: Frank Verbruggen
>     Assignee: Arnaud HERITIER

>
>
> We have a huge project.
> When we run checkstyle for this project, we get an XML file with 144k checkstyle errors.
> When we now run XDoc:transform on the generated XML, first the memory requirement booms (taking 630m)
> and then the Virtual machine seems to halt.
> In the entirety of the project (this project is only 1 of the 8 subprojects for the entire project)
> this project MUST be compiled, and a checkstyle report MUST be generated.
> I am wondering, can a fix help me for using less memory when using XDoc:transform,
> because on other projects on which I have advised the usage of maven,
> the memory requirement also boomed (to a staggering 550m, for only 12k coding errors)
> Note, reformatting the files is not really an option because of two reasons,
> one, we dont control the source, we only compile it and generate reports.
> Two, we probably cannot convince the coders to recode their CheckStyle mistakes,
> because there are so many (Note, the code is scrambled in about 115 source files)
> Thanx in advance

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org