Bug 50513

Summary: tasks jjtree and javacc need attribute to set max heap size of JVM
Product: Ant Reporter: Bill <bill.w.au>
Component: Optional TasksAssignee: Ant Notifications List <notifications>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: unspecified   
Target Milestone: 1.8.3   
Hardware: PC   
OS: Linux   

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