Re: [CentOS] Java/Solr - Could not reserve enough space for object heap.

2013-07-04 Thread Rafał Radecki
stop/start, I use restart which is stop and start: start () { echo -n $"Starting $prog: " if [ -e /var/lock/subsys/solr ]; then echo -n $"cannot start solr: solr is already running."; failure $"cannot start solr: solr already running.";

Re: [CentOS] Java/Solr - Could not reserve enough space for object heap.

2013-07-04 Thread Rafał Radecki
Why "25G x2" -> -Xms minimal, -Xmx maximal? 2013/7/4 Tru Huynh > On Thu, Jul 04, 2013 at 09:54:49AM +0200, Rafał Radecki wrote: > > Hi All. > > > > # cat /etc/redhat-release > > CentOS release 6.2 (Final) > you should upgrade to 6.4... > >... > > I have a solr installation which is invoked: > >

Re: [CentOS] Java/Solr - Could not reserve enough space for object heap.

2013-07-04 Thread Tru Huynh
On Thu, Jul 04, 2013 at 09:54:49AM +0200, Rafał Radecki wrote: > Hi All. > > # cat /etc/redhat-release > CentOS release 6.2 (Final) you should upgrade to 6.4... >... > I have a solr installation which is invoked: > /usr/bin/java -Xms25g -Xmx25g -DSTOP.PORT=8079 -DSTOP.KEY=mustard > -Dsolr.solr.ho

[CentOS] Java/Solr - Could not reserve enough space for object heap.

2013-07-04 Thread Rafał Radecki
Hi All. # cat /etc/redhat-release CentOS release 6.2 (Final) # uname -r 2.6.32-220.17.1.el6.centos.plus.x86_64 # rpm -qa | grep solr apache-solr-3.5.0-1.5... I have a solr installation which is invoked: /usr/bin/java -Xms25g -Xmx25g -DSTOP.PORT=8079 -DSTOP.KEY=mustard -Dsolr.solr.home=multicor