You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2010/12/22 17:49:18 UTC

DO NOT REPLY [Bug 50513] New: tasks jjtree and javacc need attribute to set max heap size of JVM

https://issues.apache.org/bugzilla/show_bug.cgi?id=50513

           Summary: tasks jjtree and javacc need attribute to set max heap
                    size of JVM
           Product: Ant
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Optional Tasks
        AssignedTo: notifications@ant.apache.org
        ReportedBy: bill.w.au@gmail.com


The tasks jjtree and javacc should accept an attribute to set the max heap size
of the JVM that the task invokes.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 50513] tasks jjtree and javacc need attribute to set max heap size of JVM

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50513

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |1.8.3
           Severity|normal                      |enhancement

--- Comment #1 from Stefan Bodewig <bo...@apache.org> 2011-01-05 06:18:51 EST ---
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

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.