You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erick Erickson (JIRA)" <ji...@apache.org> on 2019/03/09 17:16:00 UTC

[jira] [Commented] (SOLR-13311) Make Solr memory efficient

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

Erick Erickson commented on SOLR-13311:
---------------------------------------

We can add logging to that. We have patterns that create objects _whether or not_ the message is actually logged. Any explicit use of
{code:java}
object.toString(){code}
for instance.

 

SOLR-11934 and associated, which I haven't gotten around to yet.

> Make Solr memory efficient
> --------------------------
>
>                 Key: SOLR-13311
>                 URL: https://issues.apache.org/jira/browse/SOLR-13311
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Noble Paul
>            Priority: Major
>
> One of the biggest issues with Solr is its memory usage. It creates too many objects  to serve a request
> Places where objects can be minimized 
> * Writing out responses
> * Cache entries
> * distributed request



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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