Are you also searching on this machine or just indexing? I'll assume your certain that it's SOLR that's eating memory, as in you stop the process and your usage drops way down.
But if you search the user list for memory, you'll see this kind of thing discussed a bunch of times, along with suggestions for tracking it down, whether it's just postponed GCing, etc..... HTH Erick On Mon, Jan 25, 2010 at 10:47 AM, Antonio Lobato <alob...@symplicity.com>wrote: > Hello everyone! > > I have a question about indexing a large dataset in Solr and ram usage. I > am currently indexing about 160 gigabytes of data to a dedicated indexing > server. The data is constantly being fed to Solr, 24/7. The index grows as > I prune away old data that is not needed, so the index size stays in the > 150-170 gigabyte range. However, RAM usage on this machine is off the wall. > The usage grows to about 27 gigabytes of RAM over 2 days or so. Is this > normal behavior for Solr? > > Thanks! > -Antonio >