Steve, 3s is pretty good. I'm try it with Jetty without any webapps first. Then I'd first try to trim Jetty and its config. On Solr-end I'd comment out various pieces of schema and solrconfig that I'm not using - there is lots of noise there.
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: Steve Conover <scono...@gmail.com> > To: solr-user@lucene.apache.org > Sent: Monday, January 19, 2009 2:38:14 PM > Subject: advice on minimal solr/jetty > > Hi everyone, > > I'd like to see how much I can reduce the startup time of jetty/solr. > Right now I have it at about 3s - that's fast, but I'd like to see how > close to zero I can get it. > > I've minimized my schema and solrconfig down to what I use (my solr > needs are pretty vanilla). Now I'm looking at all the solr plugins > that get loaded at startup that I don't use and wondering whether > getting rid of those would help. > > But before jumping off into jar manipulation I figured I'd pose this > question to the group - what would you do? > > -Steve