Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 67088 invoked by uid 500); 22 Aug 2001 22:50:22 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 67079 invoked from network); 22 Aug 2001 22:50:21 -0000 Date: 22 Aug 2001 22:50:12 -0000 Message-ID: <20010822225012.21619.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: [DO NOT REPLY: Bug 3225] javac task with fork="yes": breaks with OutOfMemoryError X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3225 *** shadow/3225 Wed Aug 22 10:31:22 2001 --- shadow/3225.tmp.21616 Wed Aug 22 15:50:12 2001 *************** *** 36,39 **** Thanks. ------- Additional Comments From mark.holden@bestbuy.com 2001-08-22 10:31 ------- ! try passing -Xmx256m adding the X to the command. --- 36,47 ---- Thanks. ------- Additional Comments From mark.holden@bestbuy.com 2001-08-22 10:31 ------- ! try passing -Xmx256m adding the X to the command. ! ! ------- Additional Comments From elefevre@go.com 2001-08-22 15:50 ------- ! I tried passing -Xmx256m instead of -mx256m, but it does not make any ! difference, since the memory settings are still not passed to the external call ! to javac. ! ! Patch attached to email "[PATCH] forking javac with specified memory settings" ! dated 2001-08-22 should solve that bug.