You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Michael Dodge (JIRA)" <ji...@apache.org> on 2018/04/05 20:37:00 UTC

[jira] [Commented] (GEODE-1749) Buffer pool may not be releasing old buffers

    [ https://issues.apache.org/jira/browse/GEODE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16427550#comment-16427550 ] 

Michael Dodge commented on GEODE-1749:
--------------------------------------

https://web.archive.org/web/20061130103858/http://weblogs.java.net/blog/enicholas/archive/2006/05/understanding_w.html


> Buffer pool may not be releasing old buffers
> --------------------------------------------
>
>                 Key: GEODE-1749
>                 URL: https://issues.apache.org/jira/browse/GEODE-1749
>             Project: Geode
>          Issue Type: Bug
>          Components: messaging
>            Reporter: Bruce Schuchardt
>            Priority: Major
>
> In Buffers.java there is this comment that needs to be investigated:
> {noformat}
>   /**
>    * A soft reference that remembers the size of the byte buffer it refers to.
>    * TODO Dan - I really think this should be a weak reference. The JVM
>    * doesn't seem to clear soft references if it is getting low on direct
>    * memory.
>    */
>   private static class BBSoftReference extends SoftReference<ByteBuffer> {
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)