Improving implementation of loading LDIF files during startup
-------------------------------------------------------------
Key: DIRSERVER-1534
URL: https://issues.apache.org/jira/browse/DIRSERVER-1534
Project: Directory ApacheDS
Issue Type: Improvement
Reporter: Kiran Ayyagari
Assignee: Kiran Ayyagari
Fix For: 2.0.0-RC1
Currently the way we load LDIF file data during startup might lead to OOM,
cause we prase the LDIF file and keep all the LdifEntry objects in memory.
This has to be handled in a better way by avoiding storing of all the LdifEntry
objects in memory.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.