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 92FE4200C49 for ; Fri, 17 Mar 2017 11:20:07 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8FE31160B80; Fri, 17 Mar 2017 10:20:07 +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 D85A0160B6D for ; Fri, 17 Mar 2017 11:20:06 +0100 (CET) Received: (qmail 39014 invoked by uid 500); 17 Mar 2017 10:20:05 -0000 Mailing-List: contact user-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ignite.apache.org Delivered-To: mailing list user@ignite.apache.org Received: (qmail 39005 invoked by uid 99); 17 Mar 2017 10:20:05 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Mar 2017 10:20:05 +0000 Received: from mail-it0-f41.google.com (mail-it0-f41.google.com [209.85.214.41]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id BA7AB1A00A2 for ; Fri, 17 Mar 2017 10:20:05 +0000 (UTC) Received: by mail-it0-f41.google.com with SMTP id m27so17797117iti.0 for ; Fri, 17 Mar 2017 03:20:05 -0700 (PDT) X-Gm-Message-State: AFeK/H1TjVeMQUIKmEejrN7Mst/nFwWaKhtuO3FZfg3az8PYyUkWeaX/UgcnumhkpCvJTbMFi9ZRSeIV8kEyWfOp X-Received: by 10.36.22.209 with SMTP id a200mr1841698ita.117.1489746005178; Fri, 17 Mar 2017 03:20:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.36.202 with HTTP; Fri, 17 Mar 2017 03:20:04 -0700 (PDT) In-Reply-To: <1489696124205-11252.post@n6.nabble.com> References: <1489696124205-11252.post@n6.nabble.com> From: Nikolai Tikhonov Date: Fri, 17 Mar 2017 13:20:04 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: destroy and offheap memory To: user@ignite.apache.org Content-Type: multipart/alternative; boundary=001a1144de4271ef01054aea8569 archived-at: Fri, 17 Mar 2017 10:20:07 -0000 --001a1144de4271ef01054aea8569 Content-Type: text/plain; charset=UTF-8 Hi, You don't need to worried about it. Off Heap memory was freed in during destroy cache. You can see it here org.apache.ignite.internal.processors.offheap.GridOffHeapProcessor#destruct On Thu, Mar 16, 2017 at 11:28 PM, lawrencefinn wrote: > i have a setup where sometimes i will create caches from scratch and > destroy > old ones. when i call destroy on the cache, i don't think the process > memory goes down by the total memory used by that offheap cache. how does > destroy trigger a cleanup in offheap memory? is there a better way to do > this? > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/destroy-and-offheap-memory-tp11252.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > --001a1144de4271ef01054aea8569 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

You don't need to worried about= it. Off Heap memory was freed in during destroy cache. You can see it here= org.apache.ignite.internal.processors.offheap.GridOffHeapProcessor#destruc= t

On T= hu, Mar 16, 2017 at 11:28 PM, lawrencefinn <larryf@gmail.com>= wrote:
i have a setup where sometimes i = will create caches from scratch and destroy
old ones.=C2=A0 when i call destroy on the cache, i don't think the pro= cess
memory goes down by the total memory used by that offheap cache.=C2=A0 how = does
destroy trigger a cleanup in offheap memory?=C2=A0 is there a better way to= do
this?



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/destroy= -and-offheap-memory-tp11252.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

--001a1144de4271ef01054aea8569--