[ http://issues.apache.org/jira/browse/JCR-555?page=all ]

Marcel Reutegger resolved JCR-555.
----------------------------------

    Resolution: Fixed

The consistency check now only reads the UUID of the indexed nodes into memory. 
Memory consumption is approximately:
'number of indexed nodes' * 57 bytes.

Fixed in revision: 439262

> ConsistencyCheck uses too much memory
> -------------------------------------
>
>                 Key: JCR-555
>                 URL: http://issues.apache.org/jira/browse/JCR-555
>             Project: Jackrabbit
>          Issue Type: Improvement
>    Affects Versions: 1.0, 1.0.1, 0.9
>            Reporter: Marcel Reutegger
>         Assigned To: Marcel Reutegger
>            Priority: Minor
>             Fix For: 1.1
>
>
> A consistency check loads all lucene documents into memory. On a large 
> repository this may lead to an OutOfMemoryError. The consistency check should 
> rather read the lucene documents on demand and discard them afterwards.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to