On 8 March 2012 15:39, gabriel shen <xshco...@gmail.com> wrote: > Hi, > > I noticed that, sequential indexing on 1 solr core is only using 40% of our > 8 virtual core CPU power. Why isn't it use 100% of the power? Is there a > way to increase CPU utilization rate? [...]
This is an open-ended question which could be due to a variety of things, and also depends on how you are indexing. Your indexing process might be I/O bounded (quite possible), or memory bounded, rather than CPU bounded. Regards, Gora