Bug 50513 - tasks jjtree and javacc need attribute to set max heap size of JVM
Summary: tasks jjtree and javacc need attribute to set max heap size of JVM
Status: RESOLVED FIXED
Alias: None
Product: Ant
Classification: Unclassified
Component: Optional Tasks (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 enhancement (vote)
Target Milestone: 1.8.3
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-22 11:49 UTC by Bill
Modified: 2011-01-05 06:18 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bill 2010-12-22 11:49:15 UTC
The tasks jjtree and javacc should accept an attribute to set the max heap size of the JVM that the task invokes.
Comment 1 Stefan Bodewig 2011-01-05 06:18:51 UTC
the code looks as if it was setting -mx140M but that never worked since the
command line argument has been overwritten again immediately after that.

New maxmemory attribute has been added with svn revision 1055418