if you want to limit the use of memory by the java process you could use java -XmxNGB where N is the amount of memory you want to limit to jetty container.
On Mon, Apr 19, 2010 at 10:05 PM, Ariel <isaacr...@gmail.com> wrote: > I have just read the post, but it doesn't said if the problems with memory > are associated with that way, the jetty web server it is used when I start > solr that way, then I supposed that problems with memory should not happen > because jetty must administrate the way the memory is used. > > Then are you really sure I must migrate to a non jetty web server ??? It is > that what you recommend ? > Thanks in advance again. > Regards > Ariel > > On Mon, Apr 19, 2010 at 12:27 PM, Ahmet Arslan <iori...@yahoo.com> wrote: > > > > > > Hi everybody: > > > > > > I have a big problem with solr in a server with the memory > > > size it is using, > > > I am setting up Solr with "java -jar start.jar" command in > > > an ubuntu server, > > > the process start.jar is using 7Gb of memory in the > > > server and it is > > > affecting considerably the performance of the server. > > > I would want to know how to configure it to use a limited > > > memory size with > > > high performance results, Do I need to migrate the solr to > > > an apache tomcat > > > servlet container to improve the memory performance ??? > > > > Recent post about the "java -jar start.jar" : > > http://search-lucene.com/m/atxZc2MSKig2/run+in+background > > > > > > > > > > >