Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A40CC10FC9 for ; Thu, 16 Jan 2014 14:03:23 +0000 (UTC) Received: (qmail 49502 invoked by uid 500); 16 Jan 2014 14:03:21 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 49443 invoked by uid 500); 16 Jan 2014 14:03:20 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 49396 invoked by uid 99); 16 Jan 2014 14:03:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jan 2014 14:03:19 +0000 Date: Thu, 16 Jan 2014 14:03:19 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (KARAF-2688) Karaf info - Add memory details about perm gen pool 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/KARAF-2688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated KARAF-2688: ------------------------------- Attachment: Screen Shot 2014-01-16 at 3.05.16 PM.png screenshot of jconsole with perm gen pool. > Karaf info - Add memory details about perm gen pool > --------------------------------------------------- > > Key: KARAF-2688 > URL: https://issues.apache.org/jira/browse/KARAF-2688 > Project: Karaf > Issue Type: Improvement > Components: karaf-core, karaf-shell > Affects Versions: 2.3.3 > Reporter: Claus Ibsen > Priority: Minor > Fix For: 2.4.0, 3.0.1, 2.3.4 > > Attachments: Screen Shot 2014-01-16 at 3.05.16 PM.png > > > When running the info command you get some JVM details > For memory you get > {code} > Memory > Current heap size 90,407 kbytes > Maximum heap size 521,216 kbytes > Committed heap size 106,496 kbytes > {code} > It would be good to have the perm-gen pool as well. As if you are running out of perm gen you are fucked. The GC cannot reclaim perm gen memory. -- This message was sent by Atlassian JIRA (v6.1.5#6160)