[ 
https://issues.apache.org/jira/browse/TOBAGO-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560802#action_12560802
 ] 

Bernd Bohmann commented on TOBAGO-521:
--------------------------------------

I would prefer the maven-javadoc-plugin syntax:

 <configuration>
   <fork>true</fork> 
   <minmemory>128m</minmemory>
   <maxmemory>512</maxmemory>

> Maven Apt Plugin should support maxmem and meminitial when fork=true
> --------------------------------------------------------------------
>
>                 Key: TOBAGO-521
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-521
>             Project: MyFaces Tobago
>          Issue Type: New Feature
>          Components: Maven Apt Plugin
>            Reporter: Daniel Sperry
>            Assignee: Bernd Bohmann
>             Fix For: 1.0.15, 1.1.0
>
>
> Large projects may require more memory to compile / apt than the default of 
> jvm.
> Similar to the maven-compiler-plugin, the maven-apt-plugin should support 
> "maxmem" and "meminitial" options when fork=true
> Example:
> <configuration>
>       <fork>true</fork>
>       <meminitial>128m</meminitial>
>       <maxmem>1024m</maxmem>
> </configuration>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to