You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2009/06/15 17:28:37 UTC

[jira] Commented: (SOLR-1150) OutofMemoryError on enabling highlighting

    [ https://issues.apache.org/jira/browse/SOLR-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719597#action_12719597 ] 

Mark Miller commented on SOLR-1150:
-----------------------------------

Odd - change looks like it wouldnt affect this, but somehow the highlighter test fails as it attempts to access a deleted doc. Not quite sure what is up yet.

> OutofMemoryError on enabling highlighting
> -----------------------------------------
>
>                 Key: SOLR-1150
>                 URL: https://issues.apache.org/jira/browse/SOLR-1150
>             Project: Solr
>          Issue Type: Improvement
>          Components: highlighter
>    Affects Versions: 1.4
>            Reporter: Siddharth Gargate
>            Assignee: Mark Miller
>             Fix For: 1.4
>
>         Attachments: SOLR-1150.patch
>
>
> Please refer to following mail thread
> http://markmail.org/message/5nhkm5h3ongqlput
> I am testing with 2MB document size and just 500 documents. Indexing is working fine even with 128MB heap size. But on searching Solr throws OOM error. This issue is observed only when we enable highlighting. While indexing I am storing 1 MB text. While searching Solr reads all the 500 documents in the memory. It also reads the complete 1 MB stored field in the memory for all 500 documents. Due to this 500 docs * 1 MB * 2 (2 bytes per char) = 1000 MB memory is required for searching.
> This memory usage can be reduced by reading one document at a time.

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