You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Adam Heath (JIRA)" <ji...@apache.org> on 2007/10/18 02:03:50 UTC

[jira] Closed: (OFBIZ-1291) reduce memory usage in entitymodel.xml and services.xml reading/parsing

     [ https://issues.apache.org/jira/browse/OFBIZ-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Heath closed OFBIZ-1291.
-----------------------------

    Resolution: Fixed

Applied to svn in version 585761.

> reduce memory usage in entitymodel.xml and services.xml reading/parsing
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-1291
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1291
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adam Heath
>            Assignee: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: framework-entity-InternModelServiceEntity.patch
>
>
> While reading the above files, several strings are created; however, they end up sharing internal character arrays.  Interning the strings reduces this usage significantly.  This was discovered while using java 1.6 and jhat.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.