Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
Description
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.