Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 70386 invoked from network); 11 Aug 2010 11:59:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Aug 2010 11:59:46 -0000 Received: (qmail 64982 invoked by uid 500); 11 Aug 2010 11:59:46 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 64609 invoked by uid 500); 11 Aug 2010 11:59:42 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 64602 invoked by uid 99); 11 Aug 2010 11:59:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 11:59:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 11:59:38 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7BBxFgB009329 for ; Wed, 11 Aug 2010 11:59:17 GMT Message-ID: <22977945.273831281527955916.JavaMail.jira@thor> Date: Wed, 11 Aug 2010 07:59:15 -0400 (EDT) From: "Yonik Seeley (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (SOLR-2036) remove automatic fieldCache ram size estimation In-Reply-To: <7504527.273591281526217398.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ 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