Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 519CB200B82 for ; Fri, 16 Sep 2016 17:53:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 502CF160AC4; Fri, 16 Sep 2016 15:53:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B6637160AB7 for ; Fri, 16 Sep 2016 17:53:58 +0200 (CEST) Received: (qmail 80882 invoked by uid 500); 16 Sep 2016 15:53:57 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 80870 invoked by uid 99); 16 Sep 2016 15:53:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2016 15:53:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3D4A5E00C4; Fri, 16 Sep 2016 15:53:57 +0000 (UTC) From: ahgittin To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org Message-ID: Subject: [GitHub] brooklyn-server pull request #331: Fix some memory leaks and better memory u... Content-Type: text/plain Date: Fri, 16 Sep 2016 15:53:57 +0000 (UTC) archived-at: Fri, 16 Sep 2016 15:53:59 -0000 GitHub user ahgittin opened a pull request: https://github.com/apache/brooklyn-server/pull/331 Fix some memory leaks and better memory usage logging You can merge this pull request into a Git repository by running: $ git pull https://github.com/ahgittin/brooklyn-server fix-leaks Alternatively you can review and apply these changes as the patch at: https://github.com/apache/brooklyn-server/pull/331.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #331 ---- commit 84aded4e2c86fb34fe877d5159566c64c576b5cd Author: Alex Heneveld Date: 2016-09-16T08:36:54Z logging for camp items leak commit efb07421af3ef842bfc8ab1b141f00daa8fb03c4 Author: Alex Heneveld Date: 2016-09-16T10:48:26Z no need for camp to record everything (or anything) that brooklyn creates fixes slow camp ResourceLookup items leak commit efd337d92d340d8f98e516e9f466be3c89586541 Author: Alex Heneveld Date: 2016-09-16T13:27:26Z control over clearing soft references (default disabled) and tidier memory usage reporting commit 457c8d41db37e095b709ac4c4bab96c1d33d0bd3 Author: Alex Heneveld Date: 2016-09-16T15:52:43Z track and report on soft references ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---