Re: JVM crashed when start solr

2013-12-09 Thread Guido Medina
And it was only reproduced with JVM 32 bits, not 64 bits. Guido. On 09/12/13 17:46, Shawn Heisey wrote: On 12/9/2013 10:29 AM, Boogie Shafer wrote: you may want to start by updating both your solr and JVM to more recent releases. looks like you are running solr 4.3.0 and java 6 u31 in your tr

RE: JVM crashed when start solr

2013-12-09 Thread Boogie Shafer
aah good to know. i hadn't seen any issues on our solr 4.5.1 setups with 7u45 yet but perhaps we've just been lucky so far. From: Shawn Heisey Sent: Monday, December 09, 2013 09:46 To: solr-user@lucene.apache.org Subject: Re: JVM crashed when

Re: JVM crashed when start solr

2013-12-09 Thread Shawn Heisey
On 12/9/2013 10:29 AM, Boogie Shafer wrote: you may want to start by updating both your solr and JVM to more recent releases. looks like you are running solr 4.3.0 and java 6 u31 in your trace. i would suggest trying with solr 4.5.1 and java 7 u45. There are bugs in Java 7 which make using 7u

RE: JVM crashed when start solr

2013-12-09 Thread Boogie Shafer
, 2013 09:19 To: solr-user@lucene.apache.org Subject: Re: JVM crashed when start solr Hi michael, Thank you for you response. I start solr with follow command line: java -Xms10240m -Xmx20480m -Dbootstrap_confdir=./solr/conf -Dcollection.configName=myconf -DzkRun -DzkHost=node4:9983 -DnumShards=3

Re: JVM crashed when start solr

2013-12-09 Thread Wukang Lin
Hi michael, Thank you for you response. I start solr with follow command line: java -Xms10240m -Xmx20480m -Dbootstrap_confdir=./solr/conf -Dcollection.configName=myconf -DzkRun -DzkHost=node4:9983 -DnumShards=3 -jar start.jar It doesn't work any more. the solr server crashed when the memor

Re: JVM crashed when start solr

2013-12-09 Thread michael.boom
Which are you solr startup parameters (java options) ? You can assign more memory to the JVM by specifying -Xmx=10G or whichever value works for you. - Thanks, Michael -- View this message in context: http://lucene.472066.n3.nabble.com/JVM-crashed-when-start-solr-tp4105702p4105705.html Sent