Return-Path: Delivered-To: apmail-httpd-docs-archive@www.apache.org Received: (qmail 6632 invoked from network); 12 Sep 2007 14:12:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Sep 2007 14:12:52 -0000 Received: (qmail 11935 invoked by uid 500); 12 Sep 2007 14:12:45 -0000 Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 11711 invoked by uid 500); 12 Sep 2007 14:12:44 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@httpd.apache.org List-Id: Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 11700 invoked by uid 99); 12 Sep 2007 14:12:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2007 07:12:44 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of covener@gmail.com designates 209.85.198.188 as permitted sender) Received: from [209.85.198.188] (HELO rv-out-0910.google.com) (209.85.198.188) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2007 14:12:37 +0000 Received: by rv-out-0910.google.com with SMTP id l15so204721rvb for ; Wed, 12 Sep 2007 07:12:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=Bv1z2ft3syuJuVlxsMQdjJVFRoLeVcVWEHmjAh2vBR4=; b=PYOS2tj/iSQbj2uTrdxEzNHooiy/CSv38SsFgj7G5A6kEgH86W76xILFwQdrNsCqs30snndV3u9zcxARG3Kr6N2QX0hP+dPtCZv+EHXZqNJLfPC4uCGO2j6YhPIxR5brhQdgRSB+L5Qgb8d2XqoKbMDstGb69OXWN3v4p7n4ZIA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jKdSDOL3fFVSmwJHHTMC/Y1bHt6yZ2+jnY5h4DnEC9I7TBt8inAACD0vzHUY63jpjFXQMRN0GXUHWfpWRMTTKkF4kBwTHUhAQnimofx8/7RzwhMP/MfZUFRkbarYLyMl4lyrB1Mmm+f2wc8qw/g+CzxAvgajDJtafRvs/viAtA8= Received: by 10.141.42.10 with SMTP id u10mr234165rvj.1189606336914; Wed, 12 Sep 2007 07:12:16 -0700 (PDT) Received: by 10.141.15.15 with HTTP; Wed, 12 Sep 2007 07:12:16 -0700 (PDT) Message-ID: <1404e5910709120712i2864d43cxac783f6fbacd070@mail.gmail.com> Date: Wed, 12 Sep 2007 10:12:16 -0400 From: "Eric Covener" To: docs@httpd.apache.org Subject: docs-build and java stack size MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org build.sh has: > # raise stack size... > ANT_OPTS="-Xmx128m -mx128m" AFAICT those affect the heap only and to change the native thread stack size java seems to want -ss/-Xss. Adding -Xss10m allowed me to get past java.lang.StackOverflowError during the docs build. -- Eric Covener covener@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org For additional commands, e-mail: docs-help@httpd.apache.org