Re: Facets OutOfMemoryException

2018-02-08 Thread Shawn Heisey
On 2/8/2018 5:36 AM, LOPEZ-CORTES Mariano-ext wrote: > We are just 1 field "status" in facets with a cardinality of 93. > > We realize that increasing memory will work. But, you think it's necessary? > > Thanks in advance. 2GB for 27 million docs seems a little bit small even WITHOUT facets.  You

RE: Facets OutOfMemoryException

2018-02-08 Thread Erick Erickson
" in facets with a cardinality of 93. > > We realize that increasing memory will work. But, you think it's necessary? > > Thanks in advance. > > -Message d'origine- > De : Zisis T. [mailto:zist...@runbox.com] > Envoyé : jeudi 8 février 2018 13:14 > À

RE: Facets OutOfMemoryException

2018-02-08 Thread LOPEZ-CORTES Mariano-ext
13:14 À : solr-user@lucene.apache.org Objet : Re: Facets OutOfMemoryException I believe that things like the following will affect faceting memory requirements -> how many fields do you facet on -> what is the cardinality of each one of them What is you QPS rate but 2GB for 27M documents seems too low. D

Re: Facets OutOfMemoryException

2018-02-08 Thread Zisis T.
I believe that things like the following will affect faceting memory requirements -> how many fields do you facet on -> what is the cardinality of each one of them -> What is you QPS rate but 2GB for 27M documents seems too low. Did you try to increase the memory on Solr's JVM? -- Sent from:

Facets OutOfMemoryException

2018-02-08 Thread LOPEZ-CORTES Mariano-ext
We are experimentig memory problems regarding facets filters (OutOfMemory java heap). If we disable facets, it works ok. Our infrastructure : 3 nodes Solr 2048 MB RAM 3 nodes Zookeeper 1024 MB RAM Size : 27 millions of documents Any ideas ? Thanks in advance !