Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 54903 invoked from network); 9 Jul 2010 07:45:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Jul 2010 07:45:16 -0000 Received: (qmail 12917 invoked by uid 500); 9 Jul 2010 07:45:13 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 11253 invoked by uid 500); 9 Jul 2010 07:45:08 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 11036 invoked by uid 99); 9 Jul 2010 07:45:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jul 2010 07:45:07 +0000 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=FREEMAIL_FROM,PLING_QUERY,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of elephantium@gmail.com designates 209.85.214.48 as permitted sender) Received: from [209.85.214.48] (HELO mail-bw0-f48.google.com) (209.85.214.48) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jul 2010 07:44:54 +0000 Received: by bwz2 with SMTP id 2so1434360bwz.35 for ; Fri, 09 Jul 2010 00:43:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=CsYjA96SAxgtYCVDJYkGjlSmgen4lhT2LIkUWxk+Bb8=; b=nJrU9NMehtS60bTegLUDlT9RR7qikWPAC9ocSCT+WN09orX6W5DGCFeej26tUi3C4x ObNARJUBXEXvrb8AINeN/QUQFIHLtsAYjspazhoKr+6qijy5JM4MXExIHJl0x0mksPgb zyf9f/NGFDNpA1oUFSj7Bc84NLHc9HEpUrH30= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=EZw7mLbyifI+muLqa1oLmIbFR7x8cx0a/jF4vege4TxLZiNphhbgt2mYb6K9DfIvec FG/J5cG7E0+AUND8qLClzFL7asYaMaAH3mdCXYWRPFaBlNFUhqE3I8AzrDhvtjB5yy+z hKaihW5mYCdCYXezYCvEpJWP2CFGaVmQ2yK80= MIME-Version: 1.0 Received: by 10.204.19.139 with SMTP id a11mr2340992bkb.213.1278661414631; Fri, 09 Jul 2010 00:43:34 -0700 (PDT) Received: by 10.204.113.80 with HTTP; Fri, 9 Jul 2010 00:43:34 -0700 (PDT) In-Reply-To: References: Date: Fri, 9 Jul 2010 02:43:34 -0500 Message-ID: Subject: Re: OutOfMemoryError: PermGen space!!!! Dont know why? From: Brian Thompson To: Struts Users Mailing List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org You could also adjust your eclipse.ini to give more memory to the JVM: -XX:PermSize=64M -XX:MaxPermSize=128M Add it to the --vmargs section of the file. -Brian --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org