[
https://issues.apache.org/jira/browse/TOBAGO-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bernd Bohmann resolved TOBAGO-521.
----------------------------------
Resolution: Fixed
> 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.