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
Priority: Minor
Fix For: SVN trunk
Attachments: 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.