Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 41471 invoked from network); 14 Oct 2010 17:59:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Oct 2010 17:59:35 -0000 Received: (qmail 78583 invoked by uid 500); 14 Oct 2010 17:59:35 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 78547 invoked by uid 500); 14 Oct 2010 17:59:35 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 78540 invoked by uid 99); 14 Oct 2010 17:59:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Oct 2010 17:59:35 +0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=FREEMAIL_FROM,HK_RANDOM_ENVFROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rickmcg@gmail.com designates 209.85.214.182 as permitted sender) Received: from [209.85.214.182] (HELO mail-iw0-f182.google.com) (209.85.214.182) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Oct 2010 17:59:27 +0000 Received: by iwn8 with SMTP id 8so9762407iwn.13 for ; Thu, 14 Oct 2010 10:59:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=GO28y7+q/dbTVQXXXKeBH2RpwxVJOAHwzbCcbpkg2QM=; b=pUDKpsVOHFF0W8XXOeA1/7DwrTUhh2MeeB2SrTG+l7vRGg4TNB++qpZvk/Yb9yv9+Q DtxgWELzURe0/2m4xEUmJSdCay3p897+r+XGh68D+DsRxRd63iNu+1sSHU5kJZ0QAFff DN8x/4Pw8qUiEPIDd1cDFLJsHT4sqKrynccPE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=URq6FiFG6ouTI//W3Pe+9X8VyhRiTkBmqTTF5RjQ05a+wm6FSY16890OcR5/yIufaz 2CL+TrlhwDlFUllMq9pkXAB6fGRzfj7ruILkBJ//u7kUzFWLv4Prrymy0f376Zpze4+s gzYd1ajYWSRcjaFFBVebVATXrC2MXxxLHzWTs= Received: by 10.231.36.8 with SMTP id r8mr8586942ibd.128.1287079146644; Thu, 14 Oct 2010 10:59:06 -0700 (PDT) Received: from [192.168.1.103] (68-191-49-15.dhcp.nwtn.ct.charter.com [68.191.49.15]) by mx.google.com with ESMTPS id 8sm4481101iba.4.2010.10.14.10.59.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 14 Oct 2010 10:59:05 -0700 (PDT) Message-ID: <4CB744E8.9030404@gmail.com> Date: Thu, 14 Oct 2010 13:59:04 -0400 From: Rick McGuire Reply-To: rickmcg@gmail.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: trunk build problem: out of space in CodeCache for adapters References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I've seen this issue myself when building on Windows. I was able to make it go away by setting MAVEN_OPTS to -Xmx1024m -Xms256m -XX:PermSize=64m -XX:MaxPermSize=256m -XX:ReservedCodeCacheSize=64m The error was somewhat intermittent for me and would sometimes go away with a reboot. I've not seen the problem since I changed my MAVEN_OPTs. Rick On 10/14/2010 1:55 PM, Ted Kirby wrote: > Revision: 1022182 > Sun JDK > > [INFO] ------------------------------------------------------------------------ > [INFO] Building Geronimo Build Support :: Plugin > [INFO] task-segment: [clean, install] > [INFO] ------------------------------------------------------------------------ > > [INFO] [groovy:compile {execution: default}] > [INFO] ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] out of space in CodeCache for adapters > [INFO] ------------------------------------------------------------------------ >