Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 30893 invoked from network); 7 Mar 2008 08:59:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2008 08:59:18 -0000 Received: (qmail 57918 invoked by uid 500); 7 Mar 2008 08:59:14 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 57894 invoked by uid 500); 7 Mar 2008 08:59:14 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 57885 invoked by uid 99); 7 Mar 2008 08:59:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2008 00:59:14 -0800 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.18.6.24] (HELO gmp-eb-inf-2.sun.com) (192.18.6.24) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2008 08:58:26 +0000 Received: from fe-emea-10.sun.com (gmp-eb-lb-2-fe1.eu.sun.com [192.18.6.10]) by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m278waRX014028 for ; Fri, 7 Mar 2008 08:58:47 GMT Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0JXC00F01RHY1T00@fe-emea-10.sun.com> (original mail from John.Embretsen@Sun.COM) for derby-dev@db.apache.org; Fri, 07 Mar 2008 08:58:36 +0000 (GMT) Received: from [129.159.112.232] by fe-emea-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0JXC00BVIRLKAL80@fe-emea-10.sun.com> for derby-dev@db.apache.org; Fri, 07 Mar 2008 08:58:32 +0000 (GMT) Date: Fri, 07 Mar 2008 09:56:55 +0100 From: John Embretsen Subject: Re: "ant javadoc" on trunk? In-reply-to: <47D09185.5050706@gmail.com> Sender: John.Embretsen@Sun.COM To: derby-dev@db.apache.org Reply-to: derby-dev@db.apache.org Message-id: <47D10357.2050902@Sun.COM> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT References: <47D07C9E.9070105@gmail.com> <47D07EC8.4080406@gmail.com> <47D083B7.7030503@sun.com> <47D088CB.1030507@gmail.com> <47D08ED8.5030202@sun.com> <47D08FD3.6050506@sun.com> <47D09185.5050706@gmail.com> User-Agent: Thunderbird 2.0.0.12 (X11/20080228) X-Virus-Checked: Checked by ClamAV on apache.org Army wrote: > Narayanan wrote: >>> I just let it stay and went to make my cup of coffee and on returning >>> I found this (about half an hour I guess) >>> >>> [javadoc] java.lang.OutOfMemoryError: Java heap space > > [snip] > >> It just keeps going, I am continuously getting >> >> java.lang.OutOfMemoryError: Java heap space > > Okay, that corresponds to what I see on one of my test machines, as > well. So this does not appear to be a problem with me > specifically...(whew). > > Thank you very much for taking the time to verify! I'll wait a short > while to see if anyone on the list points out something that might > resolve this; if not, I guess I'll file a Jira for it... I see that some of the javadoc targets in build.xml include: additionalparam="-J-mx320M" The javadoc build works for me when I add this to the "testing-javadoc" target as well. A quick look with JConsole indicates that the testing-javadoc JVM needs about 86 MB of heap space (on many systems the default is 64 MB). -- John