You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2015/08/10 09:24:45 UTC

[jira] [Created] (OAK-3199) DocumentNodeState ignores binary value for memory calculation

Marcel Reutegger created OAK-3199:
-------------------------------------

             Summary: DocumentNodeState ignores binary value for memory calculation
                 Key: OAK-3199
                 URL: https://issues.apache.org/jira/browse/OAK-3199
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: core, mongomk
    Affects Versions: 1.0.18, 1.2.3
            Reporter: Marcel Reutegger
            Assignee: Marcel Reutegger


DocumentNodeState ignores memory usage of a binary PropertyState because it assumes the value is in the blob store. Even if the value is in the blob store, the PropertyState still contains a blob reference as its value, which must be considered for the memory calculation.

A cache of DocumentNodeState instances may use considerably more memory than assigned when there are many binary PropertyStates.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)