Share » Forums » General » eZFind Java eating a lot of memory

eZFind Java eating a lot of memory

eZFind Java eating a lot of memory

Thursday 24 June 2010 5:25:13 am - 4 replies

Modified on Thursday 24 June 2010 6:45:38 am by Jacobi Jacobi

Author Message

Gaetano Giunta

Thursday 24 June 2010 7:24:57 am

This is the solr indexing engine - used by ezfind. It is normal that it uses quite a lot of memory (and cpu too).

If you stop it, search will not work on your site - unless you deactivate ezfind too.

ps: it is one job, not two - one is the shell launching the other one.

Principal Consultant International Business
Member of the Community Project Board

Ali Nebi

Friday 25 June 2010 5:39:24 am

Hi,

we experienced such problems long time ago. In our analysis we found several things to make solr job faster and less resources consuming.

First of all we needed to set the following parameters in init script when we start solr:

-Dezfind -server -Xms150m -Xmx150m -XX:+UseParallelGC -XX:+AggressiveOpts -XX:NewRatio=5

If your server is 64bits and java version supports 64bits, then you should set above: -server -d64

Usually the problem with memory usage and solr failing is related with java garbage collector and its resources usage.

The other thing i tuned is solrconfig.xml file. There are several section to tune:

- mergeFactor
- ramBufferSizeMB
- maxFieldLength
You can take a look in solr official site for more info how to tune those values and how they affect resources usage and indexing speed.

The other very very important, maybe most important thing that we found was that solr was looping when it was trying to index object relation attributes. It was going in loop and was keeping solr and java to use much more resources than usual.

It is necessary to disable indexing for object relation attributes or to limit indexing level so solr cannot go in loop.

We also have experienced problems when $useFork variable was different then 'false'. When we was runing indexing this way, then java process was stopping to work after some time and wasn't complete its job.

So we continue to use useFork='false' for now.

I hope this will help you to solve your problems.

Best regards, Ali Nebi!

Iguana Information Technologies, SL - http://www.iguanait.com

Gaetano Giunta

Thursday 28 July 2011 11:30:08 pm

Note: according to the solr wiki (http://lucene.apache.org/solr/ ), using -XX:+AggressiveOpts is dangerous with a version 6 jre

Principal Consultant International Business
Member of the Community Project Board

Ali Nebi

Friday 29 July 2011 1:27:50 am

Hi, Gaetano.

Thanks for the note. I didn't know that until know. I will keep this in mind and follow the threads for this.

Iguana Information Technologies, SL - http://www.iguanait.com

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu