Re: Cannot start solr because oom

2021-01-24 Thread Luke
SinceI changed heap size to 10G, I found that solr always uses around 6G-6.5G. Just wondering where I can set to limit memory usage, for example, I just want to give solr 6G. On Sun, Jan 24, 2021 at 1:51 PM Luke wrote: > looks like the solr-8983-console.log was overridden after I restarted Solr

Re: Cannot start solr because oom

2021-01-24 Thread Luke
looks like the solr-8983-console.log was overridden after I restarted Solr with 10G memory, I cannot find it anymore. as for how I install and start solr, I did as below 1. download binary file(8.7.0) 2. change configuration in solr.in.sh(setup external zk) 3. start it by ./bin/solr start &

Re: Cannot start solr because oom

2021-01-23 Thread Shawn Heisey
On 1/23/2021 6:41 PM, Luke wrote: I don't see any log in solr.log, but there is OutOfMemory error in solr-8983-console.log file. Do you have the entire text of that exception? Can you share it? That is the real information that I am after here. I only asked how Solr was installed and

Re: Cannot start solr because oom

2021-01-23 Thread Luke
Shawn, What version of Solr? 8.7.0 How is it installed and started? I download binary file and change configuration in solr.in.sh, then start it by ./bin/solr start & What OS? centos 7 Java version? openJDK 8 I don't see any log in solr.log, but there is OutOfMemory error in

Re: Cannot start solr because oom

2021-01-23 Thread Shawn Heisey
On 1/23/2021 6:29 AM, Luke Oak wrote: I use default settings to start solr , I set heap to 6G, I created 10 collections with 1node and 1 replica, however, there is not much data at all, just 100 documents. My server is 32 G memory and 4 core cpu, ssd drive 300g It was ok when i created 5

Cannot start solr because oom

2021-01-23 Thread Luke Oak
Hi there, I use default settings to start solr , I set heap to 6G, I created 10 collections with 1node and 1 replica, however, there is not much data at all, just 100 documents. My server is 32 G memory and 4 core cpu, ssd drive 300g It was ok when i created 5 collections. It got oom killed

Cannot start Solr anymore

2010-12-02 Thread Ruixiang Zhang
Hi, I'm new here. First, could anyone tell me how to restart solr? I started solr and killed the process. Then when I tried to start it again, it failed: $ java -jar start.jar 2010-12-02 14:28:00.011::INFO: Logging to STDERR via org.mortbay.log.StdErrLog 2010-12-02 14:28:00.099::INFO:

Re: cannot start solr after adding Analyzer, ClassCaseException error

2008-03-22 Thread Chris Hostetter
: fieldtype name=text_chinese class=solr.TextField : analyzer class=net.paoding.analysis.analyzer.PaodingAnalyzer/ : : /fieldtype : : I tried some different analyzer, but the same exception happened, so I think : it is solr's problem or my configuration has something wrong

cannot start solr after adding Analyzer, ClassCaseException error

2008-03-20 Thread xunzhang huang
Hi, everyone After I add a Analyzer to solr, there is a exception ClassCaseException error and solr cannot be started. the detail is: environment: solr 1.2, jdk 1.6.03, ubuntu linux 7.10, and a chinese analyzer I add some lines in schema.xml: fieldtype name=text_chinese class=solr.TextField

Cannot start solr

2008-03-11 Thread Vinci
I am using tomcat 5.5 on debian, and I am placing the war file outside the /webapps; also I copied everything under /example/solr to the path I pointed to... I checked the file is here. What I did wrong? -- View this message in context: http://www.nabble.com/Cannot-start-solr-tp15997140p15997140

Re: Cannot start solr

2008-03-11 Thread Vinci
everything under /example/solr to the path I pointed to... I checked the file is here. What I did wrong? -- View this message in context: http://www.nabble.com/Cannot-start-solr-tp15997140p15997330.html Sent from the Solr - User mailing list archive at Nabble.com.