[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to