Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3B8B3DBC9 for ; Fri, 17 Aug 2012 15:13:39 +0000 (UTC) Received: (qmail 43156 invoked by uid 500); 17 Aug 2012 15:13:39 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 43128 invoked by uid 500); 17 Aug 2012 15:13:39 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 43119 invoked by uid 99); 17 Aug 2012 15:13:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2012 15:13:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8A1902C5BE2 for ; Fri, 17 Aug 2012 15:13:38 +0000 (UTC) Date: Sat, 18 Aug 2012 02:13:38 +1100 (NCT) From: "John Vines (JIRA)" To: dev@accumulo.apache.org Message-ID: <1079088079.23674.1345216418566.JavaMail.jiratomcat@arcas> In-Reply-To: <59026850.16245.1337374867514.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (ACCUMULO-599) investigate permgen collection and class unloading with concurrent mark and sweep garbage collector MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Vines updated ACCUMULO-599: -------------------------------- Assignee: (was: John Vines) > investigate permgen collection and class unloading with concurrent mark and sweep garbage collector > --------------------------------------------------------------------------------------------------- > > Key: ACCUMULO-599 > URL: https://issues.apache.org/jira/browse/ACCUMULO-599 > Project: Accumulo > Issue Type: Bug > Components: scripts > Affects Versions: 1.3.6, 1.4.0 > Reporter: Adam Fuchs > > The Java concurrent mark and sweep garbage collector appears to default to not unloading classes or sweeping the permgen storage space. Accumulo reloads classes dynamically, potentially contributing a lot to the permgen space. It is important that these classes be garbage collected when we're done with them. Since we use -XX:+UseConcMarkSweepGC by default for all Accumulo processes, should we also use -XX:+CMSClassUnloadingEnabled and -XX:+CMSPermGenSweepingEnabled? Are there other flags or parameters that we should set to really do java garbage collection properly in a long-lived instance? > These should be set in conf/accumulo-env.sh as part of ACCUMULO_GENERAL_OPTS. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira