You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2010/08/11 13:59:15 UTC

[jira] Commented: (SOLR-2036) remove automatic fieldCache ram size estimation

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

Yonik Seeley commented on SOLR-2036:
------------------------------------

>From the referenced email thread:
bq. we just deployed Solr 1.4.1 and the stats page takes over a minute to load for us as well and began causing OutOfMemory errors

It looks like the ram estimator puts every object into a map to keep track if it's been visited before - so this is definitely the source of the memory issues.


> remove automatic fieldCache ram size estimation
> -----------------------------------------------
>
>                 Key: SOLR-2036
>                 URL: https://issues.apache.org/jira/browse/SOLR-2036
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>
> Don't estimate the size of the fieldCache entries, even on "insanity" (which can happen from perfectly sane Solr uses)
> http://search.lucidimagination.com/search/document/afdb2f0002fb8866/solr_1_4_stats_page_slow

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org